Example usage for org.springframework.web.reactive.resource ResourceTransformer interface-usage

List of usage examples for org.springframework.web.reactive.resource ResourceTransformer interface-usage

Introduction

In this page you can find the example usage for org.springframework.web.reactive.resource ResourceTransformer interface-usage.

Usage

From source file org.springframework.web.reactive.resource.CachingResourceTransformer.java

/**
 * A {@link ResourceTransformer} that checks a {@link Cache} to see if a
 * previously transformed resource exists in the cache and returns it if found,
 * or otherwise delegates to the resolver chain and caches the result.
 *
 * @author Rossen Stoyanchev