Uses of Interface
net.solarnetwork.central.web.support.ContentCachingService
Packages that use ContentCachingService
-
Uses of ContentCachingService in net.solarnetwork.central.web.support
Classes in net.solarnetwork.central.web.support that implement ContentCachingServiceModifier and TypeClassDescriptionclassCaching service backed by aCache.Constructors in net.solarnetwork.central.web.support with parameters of type ContentCachingServiceModifierConstructorDescriptionContentCachingFilter(ContentCachingService contentCachingService, int lockPoolCapacity) Constructor.ContentCachingFilter(ContentCachingService contentCachingService, BlockingQueue<ContentCachingFilter.LockAndCount> lockPool, ConcurrentMap<String, ContentCachingFilter.LockAndCount> requestLocks) Constructor.