public interface CacheFactory<K extends Serializable,V>
SimpleCache objects
for a given cache name. It is the responsibility of the implementation to lookup
specific cache configuration details using the supplied name.| Modifier and Type | Method and Description |
|---|---|
SimpleCache<K,V> |
createCache(String cacheName)
Creates a cache.
|
SimpleCache<K,V> createCache(String cacheName)
cacheName - StringCopyright © 2005–2020 Alfresco Software. All rights reserved.