Uses of Interface
ch.bind.philib.cache.Cache

Packages that use Cache
ch.bind.philib.cache   
 

Uses of Cache in ch.bind.philib.cache
 

Classes in ch.bind.philib.cache that implement Cache
 class SimpleCache<K,V>
           
 class StagedCache<K,V>
           
 class SyncCache<K,V>
           
 

Methods in ch.bind.philib.cache that return Cache
static
<K,V> Cache<K,V>
SyncCache.wrap(Cache<K,V> cache)
           
 

Methods in ch.bind.philib.cache with parameters of type Cache
static
<K,V> Cache<K,V>
SyncCache.wrap(Cache<K,V> cache)
           
 

Constructors in ch.bind.philib.cache with parameters of type Cache
SyncCache(Cache<K,V> cache)
           
 



Copyright © 2013. All Rights Reserved.