|
Spring Framework | ||||||||
| 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 Caches.
| Method Summary | |
|---|---|
Cache |
getCache(java.lang.String name)
Return the cache associated with the given name. |
java.util.Collection<java.lang.String> |
getCacheNames()
Return a collection of the caches known by this cache manager. |
| Method Detail |
|---|
Cache getCache(java.lang.String name)
name - cache identifier (must not be null)
null if none is foundjava.util.Collection<java.lang.String> getCacheNames()
|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||