Package org.apache.cassandra.cache
Interface CacheProvider<K,V>
-
- All Known Implementing Classes:
NopCacheProvider
,OHCProvider
,SerializingCacheProvider
public interface CacheProvider<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ICache<K,V>
create()
-