open class CachingResourceResolver : AbstractResourceResolver
A org.springframework.web.servlet.resource.ResourceResolver that resolves resources from a org.springframework.cache.Cache or otherwise delegates to the resolver chain and saves the result in the cache.
Author
Rossen Stoyanchev
Author
Brian Clozel
Since
4.1
CachingResourceResolver(cache: Cache)CachingResourceResolver(cacheManager: CacheManager, cacheName: String) |
static val RESOLVED_RESOURCE_CACHE_KEY_PREFIX: String |
|
static val RESOLVED_URL_PATH_CACHE_KEY_PREFIX: String |
open fun getCache(): Cache
Return the configured |