|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CacheManager
Entity managing Caches.
| Method Summary | ||
|---|---|---|
|
getCache(String name)
Returns the cache associated with the given name. |
|
Collection<String> |
getCacheNames()
Returns a collection of the caches known by this cache manager. |
|
| Method Detail |
|---|
<K,V> Cache<K,V> getCache(String name)
name - cache identifier - cannot be null
Collection<String> getCacheNames()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||