<K,V> BasicCache<K,V> |
CacheContainerAdmin.createCache(java.lang.String name,
A configuration) |
Creates a cache on the container using the specified template.
|
<K,V> BasicCache<K,V> |
CacheContainerAdmin.createCache(java.lang.String name,
java.lang.String template) |
Creates a cache on the container using the specified template.
|
<K,V> BasicCache<K,V> |
BasicCacheContainer.getCache() |
Retrieves the default cache associated with this cache container.
|
<K,V> BasicCache<K,V> |
BasicCacheContainer.getCache(java.lang.String cacheName) |
Retrieves a named cache from the system.
|
<K,V> BasicCache<K,V> |
CacheContainerAdmin.getOrCreateCache(java.lang.String name,
A configuration) |
Retrieves an existing cache or creates one using the specified template if it doesn't exist
|
<K,V> BasicCache<K,V> |
CacheContainerAdmin.getOrCreateCache(java.lang.String name,
java.lang.String template) |
Retrieves an existing cache or creates one using the specified template if it doesn't exist
|