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 String
CACHE_LOADER_FACTORY
static String
CACHE_WRITER_FACTORY
static String
EVICTION_MANAGER_FACTORY
static String
EXPIRY_POLICY_FACTORY
static String
KEY_TYPE
static String
MANAGEMENT_ENABLED
static String
READ_THROUGH
static String
STATISTICS_ENABLED
static String
STORAGE_CONFIGURATION_RESOURCE_NAME
Path for theConfiguration
for the backing store.static String
STORE_BY_VALUE
static String
VALUE_TYPE
static String
WRITE_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 theConfiguration
for 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
-