Package org.alfresco.repo.cache
Interface CacheFactory<K extends java.io.Serializable,V>
-
- All Known Implementing Classes:
AbstractCacheFactory,DefaultCacheFactory
public interface CacheFactory<K extends java.io.Serializable,V>Cache factory interface. Implementing classes createSimpleCacheobjects for a given cache name. It is the responsibility of the implementation to lookup specific cache configuration details using the supplied name.- Author:
- Matt Ward
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.alfresco.repo.cache.SimpleCache<K,V>createCache(java.lang.String cacheName)Creates a cache.
-