open class CachingResourceResolver : AbstractResourceResolver
A ResourceResolver that resolves resources from a Cache or otherwise delegates to the resolver chain and caches the result.
Author
Rossen Stoyanchev
Author
Brian Clozel
Since
5.0
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 |