com.atlassian.cache
Interface CacheManager

All Superinterfaces:
CacheFactory

public interface CacheManager
extends CacheFactory


Method Summary
 void flushCaches()
          Flush the contents of all caches registered with the cache manager
 java.util.Collection getCaches()
          Gets the collection of caches managed.
 
Methods inherited from interface com.atlassian.cache.CacheFactory
getCache
 

Method Detail

getCaches

public java.util.Collection getCaches()
Gets the collection of caches managed. This collection is not a "live" collection. It is a copy.

Returns:
a collection of Caches.

flushCaches

public void flushCaches()
Flush the contents of all caches registered with the cache manager



Copyright © 2008 Atlassian Software Systems Pty Ltd. All Rights Reserved.