Search Java Classes and Packages
Search Java Frameworks and Libraries
#Ro.isdc.wro.cache Classes and Interfaces - 14 results found.
| Name | Description | Type | Package | Framework |
| AbstractSynchronizedCacheStrategyDecorator | Ensure that the loadValue(Object) will be called only once for the same key. | Class | ro.isdc.wro.cache.support | Wro4J |
|
| CacheKey | Used as an entry for the cache. | Class | ro.isdc.wro.cache | Wro4J |
|
| CacheKeyFactory | Factory responsible for creating CacheKeySince:1. | Interface | ro.isdc.wro.cache.factory | Wro4J |
|
| CacheKeyFactoryDecorator | Decorator for CacheKeyFactory object. | Class | ro.isdc.wro.cache.factory | Wro4J |
|
| CacheStrategy | This interface will be implemented by all classes which will support aAuthor:Alex Objelean | Interface | ro.isdc.wro.cache | Wro4J |
|
| CacheStrategyDecorator | A decorator of CacheStrategy. | Class | ro.isdc.wro.cache.support | Wro4J |
|
| CacheStrategyProvider | A service provider responsible for providing new implementations of HashStrategy. | Interface | ro.isdc.wro.cache.spi | Wro4J |
|
| CacheValue | Entry holding a resource content along with its associated hash. | Class | ro.isdc.wro.cache | Wro4J |
|
| ConfigurableCacheStrategy | Uses the CacheStrategy implementation associated with an alias read from properties file. | Class | ro.isdc.wro.cache | Wro4J |
|
| DefaultCacheKeyFactory | Default implementation of CacheKeyFactory which builds the CacheKey by setting all required types after inspecting the request. | Class | ro.isdc.wro.cache.factory | Wro4J |
|
| DefaultCacheStrategyProvider | Default implementation of NamingStrategyProvider providing all NamingStrategy implementations fromSince:1. | Class | ro.isdc.wro.cache.spi | Wro4J |
|
| DefaultSynchronizedCacheStrategyDecorator | Responsible for invoking GroupsProcessor when cache key is missed. | Class | ro.isdc.wro.cache.support | Wro4J |
|
| LruMemoryCacheStrategy | This class implements a LRU (Least Recently Used) cache strategy. | Class | ro.isdc.wro.cache.impl | Wro4J |
|
| MemoryCacheStrategy | Default CacheStrategy implementation using a Map to store values Memory caches are thread-safe in all operations. | Class | ro.isdc.wro.cache.impl | Wro4J |