Uses of Interface
org.apache.cassandra.cache.ICache

Packages that use ICache
org.apache.cassandra.cache   
 

Uses of ICache in org.apache.cassandra.cache
 

Classes in org.apache.cassandra.cache that implement ICache
 class ConcurrentLinkedHashCache<K,V>
          Wrapper so CLHM can implement ICache interface.
 class SerializingCache<K,V>
          Serializes cache values off-heap.
 

Methods in org.apache.cassandra.cache that return ICache
 ICache<RowCacheKey,IRowCacheEntry> ConcurrentLinkedHashCacheProvider.create(long capacity, boolean useMemoryWeigher)
           
 ICache<RowCacheKey,IRowCacheEntry> IRowCacheProvider.create(long capacity, boolean useMemoryWeigher)
           
 ICache<RowCacheKey,IRowCacheEntry> SerializingCacheProvider.create(long capacity, boolean useMemoryWeigher)
           
 

Constructors in org.apache.cassandra.cache with parameters of type ICache
AutoSavingCache(ICache<K,V> cache, CacheService.CacheType cacheType)
           
InstrumentingCache(ICache<K,V> map)
           
 



Copyright © 2013 The Apache Software Foundation