| Modifier and Type | Method and Description |
|---|---|
<K,V> Cache<K,V> |
CacheFactory.getCache(Class<?> owningClass,
String name)
Returns the cache with the given name, creates it if necessary.
|
<K,V> Cache<K,V> |
CacheFactory.getCache(String name)
Returns the cache with the given name, creates it if necessary.
|
<K,V> Cache<K,V> |
CacheFactory.getCache(String name,
CacheLoader<K,V> loader)
Returns the cache with the given name and loader, creates it if necessary.
|
<K,V> Cache<K,V> |
CacheFactory.getCache(String name,
CacheLoader<K,V> loader,
CacheSettings required)
Returns the cache with the given name, loader and required cache settings, creates it if necessary.
|
<K,V> Cache<K,V> |
CacheFactory.getCache(String name,
Class<K> keyType,
Class<V> valueType)
Deprecated.
since 2.0, use getCache(name) instead
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Cache<?,?>> |
CacheManager.getCaches()
Deprecated.
Since 2.0. Use
CacheManager.getManagedCaches() instead. |
Copyright © 2018 Atlassian. All rights reserved.