Package one.microstream.cache
Interface CacheConfigurationPropertyNames
- All Known Implementing Classes:
 CacheConfigurationParser.Default,CacheConfigurationPropertyParser.Default
public interface CacheConfigurationPropertyNames
All supported properties for external configuration files.
- 
Field Summary
Fields Modifier and Type Field Description static StringCACHE_LOADER_FACTORYstatic StringCACHE_WRITER_FACTORYstatic StringEVICTION_MANAGER_FACTORYstatic StringEXPIRY_POLICY_FACTORYstatic StringKEY_TYPEstatic StringMANAGEMENT_ENABLEDstatic StringREAD_THROUGHstatic StringSTATISTICS_ENABLEDstatic StringSTORAGE_CONFIGURATION_RESOURCE_NAMEPath for theConfigurationfor the backing store.static StringSTORE_BY_VALUEstatic StringVALUE_TYPEstatic StringWRITE_THROUGH 
- 
Field Details
- 
KEY_TYPE
- See Also:
 Configuration.getKeyType(), Constant Field Values
 - 
VALUE_TYPE
- See Also:
 Configuration.getValueType(), Constant Field Values
 - 
STORAGE_CONFIGURATION_RESOURCE_NAME
Path for theConfigurationfor the backing store.- See Also:
 - Constant Field Values
 
 - 
CACHE_LOADER_FACTORY
- See Also:
 CompleteConfiguration.getCacheLoaderFactory(), Constant Field Values
 - 
CACHE_WRITER_FACTORY
- See Also:
 CompleteConfiguration.getCacheWriterFactory(), Constant Field Values
 - 
EXPIRY_POLICY_FACTORY
- See Also:
 CompleteConfiguration.getExpiryPolicyFactory(), Constant Field Values
 - 
EVICTION_MANAGER_FACTORY
 - 
READ_THROUGH
- See Also:
 CompleteConfiguration.isReadThrough(), Constant Field Values
 - 
WRITE_THROUGH
- See Also:
 CompleteConfiguration.isWriteThrough(), Constant Field Values
 - 
STORE_BY_VALUE
- See Also:
 Configuration.isStoreByValue(), Constant Field Values
 - 
STATISTICS_ENABLED
- See Also:
 CompleteConfiguration.isStatisticsEnabled(), Constant Field Values
 - 
MANAGEMENT_ENABLED
- See Also:
 CompleteConfiguration.isManagementEnabled(), Constant Field Values
 
 -