|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Internal public interface CacheManager
| Method Summary | |
|---|---|
void |
flushCaches()
Flush the contents of all flushable caches registered with the cache manager. |
Collection<Cache<?,?>> |
getCaches()
Deprecated. Since 2.0. Use getManagedCaches() instead. |
ManagedCache |
getManagedCache(String name)
Returns the managed cache for the specified name. |
Collection<ManagedCache> |
getManagedCaches()
Gets the collection of caches managed. |
| Methods inherited from interface com.atlassian.cache.CacheFactory |
|---|
getCache, getCache, getCache, getCache, getCache, getCachedReference, getCachedReference, getCachedReference, getCachedReference |
| Method Detail |
|---|
@Deprecated Collection<Cache<?,?>> getCaches()
getManagedCaches() instead.
Caches.Collection<ManagedCache> getManagedCaches()
ManagedCaches.void flushCaches()
CacheSettings.getFlushable()
@Nullable
ManagedCache getManagedCache(@NotNull
String name)
name - the name of the managed cache to retrieve
ManagedCache specified by name
or null if no cache exists.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||