public interface CacheProvider
| Modifier and Type | Method and Description |
|---|---|
<K,V> Cache<K,V> |
createCache(String name)
Create a named single instance cache in this cache manager, if the cache
already exists, return it if the name is null, a new anonymous cache is
created
|
<K,V> Cache<K,V> createCache(String name)
K - The Key type for the cacheV - The pay-load typename - The non-null name of the cache.Copyright © 2007-2012. All Rights Reserved.