| Modifier and Type | Class and Description |
|---|---|
class |
MapCache<K,V>
|
| Modifier and Type | Method and Description |
|---|---|
protected Cache |
MemoryConstrainedCacheManager.createCache(String name)
Returns a new
MapCache instance backed by a SoftHashMap. |
protected abstract Cache |
AbstractCacheManager.createCache(String name)
Creates a new
Cache instance associated with the specified name. |
<K,V> Cache<K,V> |
CacheManager.getCache(String name)
Acquires the cache with the specified
name. |
<K,V> Cache<K,V> |
AbstractCacheManager.getCache(String name)
Returns the cache with the specified
name. |
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.