Uses of Interface
net.solarnetwork.central.web.support.CachedContent
Packages that use CachedContent
-
Uses of CachedContent in net.solarnetwork.central.web.support
Classes in net.solarnetwork.central.web.support that implement CachedContentMethods in net.solarnetwork.central.web.support that return CachedContentModifier and TypeMethodDescriptionContentCachingService.sendCachedResponse(String key, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Send a cached response for a given cache key, if possible.JCacheContentCachingService.sendCachedResponse(String key, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Methods in net.solarnetwork.central.web.support with parameters of type CachedContentModifier and TypeMethodDescriptionvoidJCacheContentCachingService.onCacheEviction(String key, CachedContent value) Method parameters in net.solarnetwork.central.web.support with type arguments of type CachedContentModifier and TypeMethodDescriptionvoidJCacheContentCachingService.onCreated(Iterable<javax.cache.event.CacheEntryEvent<? extends String, ? extends CachedContent>> events) voidJCacheContentCachingService.onExpired(Iterable<javax.cache.event.CacheEntryEvent<? extends String, ? extends CachedContent>> events) voidJCacheContentCachingService.onRemoved(Iterable<javax.cache.event.CacheEntryEvent<? extends String, ? extends CachedContent>> events) voidJCacheContentCachingService.onUpdated(Iterable<javax.cache.event.CacheEntryEvent<? extends String, ? extends CachedContent>> events) Constructor parameters in net.solarnetwork.central.web.support with type arguments of type CachedContentModifierConstructorDescriptionJCacheContentCachingService(javax.cache.Cache<String, CachedContent> cache) Constructor.