| Interface | Description |
|---|---|
| Cache<K,V> |
A basic cache interface.
|
| CacheProvider |
Interface for Shindig caches.
|
| Class | Description |
|---|---|
| LruCache<K,V> |
A basic LRU cache.
|
| LruCacheProvider |
A cache provider that always produces LRU caches.
|
| NullCache<K,V> |
Cache implementation that does nothing.
|
| SoftExpiringCache<K,V> |
A cache that uses a soft expiration policy.
|
| SoftExpiringCache.CachedObject<V> |
Copyright © 2007-2012. All Rights Reserved.