public interface CacheManager
| Modifier and Type | Method and Description |
|---|---|
Cache |
createCache(String cacheName)
Create a cache.
|
void |
evictFromCache(Cache cache,
String cacheKey)
Helper to evict an item from a given cache.
|
Copyright © 2008–2017 The Sakai Foundation. All rights reserved.