org.jasig.portal.utils.cache |
|
Java Source File Name | Type | Comment |
CacheFactory.java | Interface | Interface for a cache factory that returns a cache that externally acts like a map. |
CacheFactoryLocator.java | Class | Convenience locator class for locating the CacheFactory without each class
needing the cache factory to do the lookup in the application context. |
WhirlyCacheCacheFactory.java | Class | Implementation of the CacheFactory that will return instances of a cache
backed by WhirlyCache. |