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 $
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Flush all caches.void
Initialize privilege cache.
-
Method Details
-
flushCache
void flushCache()Flush all caches.- Since:
- 1.2.1
-
getStats
- Returns:
- ehcache statistics for cache.
- Since:
- 1.2.1
-
initialize
void initialize()Initialize privilege cache.- Since:
- 1.2.1
-