public interface CacheManager
| Modifier and Type | Method and Description |
|---|---|
<K,V> Cache<K,V> |
createCache(String cacheName)
Create a cache.
|
<K,V> void |
evictFromCache(Cache<K,V> cache,
K cacheKey)
Helper to evict an item from a given cache.
|
<K,V> Cache<K,V> createCache(String cacheName)
cacheName - <K,V> void evictFromCache(Cache<K,V> cache, K cacheKey)
cache - the cache to evict fromcacheKey - the id for the data in the cacheCopyright © 2008–2018 The Sakai Foundation. All rights reserved.