| Package | Description |
|---|---|
| ch.bind.philib.cache.lru |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleCache<K,V> |
class |
StagedCache<K,V> |
class |
SyncCache<K,V> |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Cache<K,V> |
SyncCache.wrap(Cache<K,V> cache) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Cache<K,V> |
SyncCache.wrap(Cache<K,V> cache) |
| Constructor and Description |
|---|
SyncCache(Cache<K,V> cache) |
Copyright © 2012. All Rights Reserved.