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 |
|---|---|
org.alfresco.repo.cache.SimpleCache<K,V> |
createCache(String cacheName)
Creates a cache.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.