Cache | Base class for cache implementations. | code | html |
Cache.SynchronizedCache | Simple Cache wrapper that synchronizes all calls that access the cache. | code | html |
SimpleLRUCache | Simple LRU cache implementation that uses a LinkedHashMap. | code | html |
SimpleMapCache | Simple cache implementation that uses a HashMap to store (key, value) pairs. | code | html |
SimpleMapCache.SynchronizedSimpleMapCache | code | html |