org.shiftone.cache.decorator.tandem |
|
Java Source File Name | Type | Comment |
TandemAllGetsCache.java | Class | Overides getObject to ALWAYSE delegate all gets to all caches. |
TandemCache.java | Class | This cache will stop asking cache's for values once one of them
returns a non null response. |
TandemCacheFactory.java | Class | Creates a single cache that delegates to a pair of different caches. |