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 capacity)
          Initialize a cache with weigher = Weighers.singleton() and initial capacity 0
static
<K,V> ConcurrentLinkedHashCache<K,V>
ConcurrentLinkedHashCache.create(long weightedCapacity, com.googlecode.concurrentlinkedhashmap.Weigher<V> weigher)
          Initialize a cache with initial capacity set to 0
 



Copyright © 2012 The Apache Software Foundation