edu.internet2.middleware.grouper.cache
Interface CacheController

All Known Implementing Classes:
EhcacheController

public interface CacheController

Interface for common cache operations.

Since:
1.2.1
Version:
$Id: CacheController.java,v 1.3 2007-08-27 15:53:52 blair Exp $
Author:
blair christensen.

Method Summary
 void flushCache()
          Flush all caches.
 CacheStats getStats(String cache)
           
 void initialize()
          Initialize privilege cache.
 

Method Detail

flushCache

void flushCache()
Flush all caches.

Since:
1.2.1

getStats

CacheStats getStats(String cache)
Returns:
ehcache statistics for cache.
Since:
1.2.1

initialize

void initialize()
Initialize privilege cache.

Since:
1.2.1