|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CacheManager
A manager for a set of Cache
s.
Method Summary | |
---|---|
Cache |
getCache(String name)
Return the cache associated with the given name. |
Collection<String> |
getCacheNames()
Return a collection of the caches known by this cache manager. |
Method Detail |
---|
Cache getCache(String name)
name
- cache identifier (must not be null
)
null
if none is foundCollection<String> getCacheNames()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |