Package org.alfresco.repo.cache

Interface Summary
SimpleCache Basic caching interface.
 

Class Summary
AlfrescoCacheManagerPeerProviderFactory Alfresco's CacheManagerPeerProviderFactory that defers to the community or enterprise factories.
CacheTest  
EhCacheAdapter A thin adapter for Ehcache support.
EhCacheManagerFactoryBean This is virtually a copy of the Springframework version, with the exception that it uses the newer constructors for the EHCacheManager instances.
EhCacheTracerJob Analyzes the size of EHCache caches used.
InternalEhCacheManagerFactoryBean Alfresco-specific cache manager factory.
MemoryCache A cache backed by a simple HashMap.
NullCache A cache that does nothing - always.
TransactionalCache A 2-level cache that mainains both a transaction-local cache and wraps a non-transactional (shared) cache.
TransactionalCache.NullValueMarker Instances of this class are used to mark the shared cache null values for cases where new values are going to be inserted into it.
 



Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.