Package | Description |
---|---|
org.apache.cassandra.cache |
Modifier and Type | Method and Description |
---|---|
static <K,V> SerializingCache<K,V> |
SerializingCache.create(long weightedCapacity,
ISerializer<V> serializer) |
static <K,V> SerializingCache<K,V> |
SerializingCache.create(long weightedCapacity,
com.googlecode.concurrentlinkedhashmap.Weigher<RefCountedMemory> weigher,
ISerializer<V> serializer) |
Copyright © 2013 The Apache Software Foundation