Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Ro.isdc.wro.cache Classes and Interfaces - 14 results found.
NameDescriptionTypePackageFramework
AbstractSynchronizedCacheStrategyDecoratorEnsure that the loadValue(Object) will be called only once for the same key.Classro.isdc.wro.cache.supportWro4J
CacheKeyUsed as an entry for the cache.Classro.isdc.wro.cacheWro4J
CacheKeyFactoryFactory responsible for creating CacheKeySince:1.Interfacero.isdc.wro.cache.factoryWro4J
CacheKeyFactoryDecoratorDecorator for CacheKeyFactory object.Classro.isdc.wro.cache.factoryWro4J
CacheStrategy This interface will be implemented by all classes which will support aAuthor:Alex ObjeleanInterfacero.isdc.wro.cacheWro4J
CacheStrategyDecoratorA decorator of CacheStrategy.Classro.isdc.wro.cache.supportWro4J
CacheStrategyProviderA service provider responsible for providing new implementations of HashStrategy.Interfacero.isdc.wro.cache.spiWro4J
CacheValueEntry holding a resource content along with its associated hash.Classro.isdc.wro.cacheWro4J
ConfigurableCacheStrategyUses the CacheStrategy implementation associated with an alias read from properties file.Classro.isdc.wro.cacheWro4J
DefaultCacheKeyFactoryDefault implementation of CacheKeyFactory which builds the CacheKey by setting all required types after inspecting the request.Classro.isdc.wro.cache.factoryWro4J
DefaultCacheStrategyProviderDefault implementation of NamingStrategyProvider providing all NamingStrategy implementations fromSince:1.Classro.isdc.wro.cache.spiWro4J
DefaultSynchronizedCacheStrategyDecoratorResponsible for invoking GroupsProcessor when cache key is missed.Classro.isdc.wro.cache.supportWro4J
LruMemoryCacheStrategyThis class implements a LRU (Least Recently Used) cache strategy.Classro.isdc.wro.cache.implWro4J
MemoryCacheStrategyDefault CacheStrategy implementation using a Map to store values Memory caches are thread-safe in all operations.Classro.isdc.wro.cache.implWro4J