org.apache.cassandra.cache
Interface IRowCacheProvider

All Known Implementing Classes:
ConcurrentLinkedHashCacheProvider, SerializingCacheProvider

public interface IRowCacheProvider

Provides cache objects with a requested capacity.


Method Summary
 ICache<DecoratedKey,ColumnFamily> create(int capacity)
           
 

Method Detail

create

ICache<DecoratedKey,ColumnFamily> create(int capacity)


Copyright © 2011 The Apache Software Foundation