public class DefaultCacheFactory extends AbstractCacheFactory
CacheFactory implementation that creates DefaultSimpleCache instances.
The caches are created with a capacity specified by the property {name}.maxItems.
For example, a cache named cache.ticketsCache would have a capacity specified
by the property cache.ticketsCache.maxItems| Constructor and Description |
|---|
DefaultCacheFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.alfresco.repo.cache.SimpleCache |
createCache(java.lang.String cacheName)
Creates a cache.
|
getProperty, setPropertiespublic org.alfresco.repo.cache.SimpleCache createCache(java.lang.String cacheName)
CacheFactoryCopyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.