org.jaffa.cache |
|
Java Source File Name | Type | Comment |
CacheManager.java | Class | This will return an instance of ICache for the given named cache. |
CacheSourceMonitor.java | Class | This is a helper class to monitor file(s), which provide data to a cache. |
ICache.java | Interface | This is the interface for the various cache implementations. |
SimpleCache.java | Class | This is a very simple implementation of the ICache interface. |
WeakCache.java | Class | This implementation of the ICache interface uses the WeakHashMap for caching. |