Package org.jasig.portal.utils.cache

Interface Summary
CacheFactory Interface for a cache factory that returns a cache that externally acts like a map.
ICacheModelFactory Provides a way for the CacheProviderFactory to generate the correct models for a named CacheProviderFacade wrapper.
 

Class Summary
CacheFactoryLocator Deprecated. Code should be injected with the 'cacheFactory' wherever possible
CacheManagementHelper This class exposes some limited functions around the provided CacheManager.
CacheManagementHelper.CacheStatistics  
CacheProviderFactory CacheFactory impl that provides Map instances that wrap a configured CacheProviderFacade.
EhCacheExpirationManager  
EhCacheFacade Similar to the spring-modules EhCacheFacade except this will create a cache if it does not already exist.
EhCacheModelFactory Creates EhCacheCachingModel and EhCacheFlushingModel using the specified cacheName to name the model.
MapCacheFactoryBean Factory bean that gets a Map cache wrapper from the configured CacheFactory for the specified cache name.
MapCacheProvider<K extends Serializable,V> Hides a CacheProviderFacade behind a the Map interface.
 



Copyright © 2010 Jasig. All Rights Reserved.