org.apache.cassandra.cache
Class SerializingCacheProvider

java.lang.Object
  extended by org.apache.cassandra.cache.SerializingCacheProvider
All Implemented Interfaces:
IRowCacheProvider

public class SerializingCacheProvider
extends java.lang.Object
implements IRowCacheProvider


Constructor Summary
SerializingCacheProvider()
           
 
Method Summary
 ICache<RowCacheKey,IRowCacheEntry> create(long capacity, boolean useMemoryWeigher)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializingCacheProvider

public SerializingCacheProvider()
Method Detail

create

public ICache<RowCacheKey,IRowCacheEntry> create(long capacity,
                                                 boolean useMemoryWeigher)
Specified by:
create in interface IRowCacheProvider


Copyright © 2012 The Apache Software Foundation