Uses of Class
org.apache.cassandra.cache.ConcurrentLinkedHashCache

Packages that use ConcurrentLinkedHashCache
org.apache.cassandra.cache   
 

Uses of ConcurrentLinkedHashCache in org.apache.cassandra.cache
 

Methods in org.apache.cassandra.cache that return ConcurrentLinkedHashCache
static
<K,V> ConcurrentLinkedHashCache<K,V>
ConcurrentLinkedHashCache.create(long weightedCapacity)
           
static
<K,V> ConcurrentLinkedHashCache<K,V>
ConcurrentLinkedHashCache.create(long weightedCapacity, com.googlecode.concurrentlinkedhashmap.EntryWeigher<K,V> entryWeiger)
          Initialize a cache with initial capacity with weightedCapacity
 



Copyright © 2013 The Apache Software Foundation