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