Interface CacheProvider
-
- All Known Implementing Classes:
BasicCacheProvider,ScanCacheProvider
public interface CacheProvider
-
-
Field Summary
Fields Modifier and Type Field Description static CacheProviderNULL_PROVIDER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlockCachegetDataCache()BlockCachegetIndexCache()
-
-
-
Field Detail
-
NULL_PROVIDER
static final CacheProvider NULL_PROVIDER
-
-
Method Detail
-
getDataCache
BlockCache getDataCache()
-
getIndexCache
BlockCache getIndexCache()
-
-