CSMemoryDatabaseConst
in package
Defines the constant class for the memory database interface.
The class provides all constants for the memory database interface.
Tags
Table of Contents
- DEFINITION_ARRAY = 2
- DEFINITION_STRING = 1
- INI_GROUP = 'MemoryDatabase'
- MODE_CLUSTER = 2
- MODE_SINGLE_NODE = 1
- SERVICE_CLASS_FORMAT_SERVICE = 'CSMemoryDatabase%sService'
- SERVICE_LOCK_EXPIRATION_TIME = 300
- SERVICE_TYPE_MEMCACHE = 2
- SERVICE_TYPE_REDIS = 1
Constants
DEFINITION_ARRAY
public
mixed
DEFINITION_ARRAY
= 2
Tags
DEFINITION_STRING
public
mixed
DEFINITION_STRING
= 1
Tags
INI_GROUP
public
mixed
INI_GROUP
= 'MemoryDatabase'
Tags
MODE_CLUSTER
public
mixed
MODE_CLUSTER
= 2
Tags
MODE_SINGLE_NODE
public
mixed
MODE_SINGLE_NODE
= 1
Tags
SERVICE_CLASS_FORMAT_SERVICE
public
mixed
SERVICE_CLASS_FORMAT_SERVICE
= 'CSMemoryDatabase%sService'
Tags
SERVICE_LOCK_EXPIRATION_TIME
public
mixed
SERVICE_LOCK_EXPIRATION_TIME
= 300
Tags
SERVICE_TYPE_MEMCACHE
public
mixed
SERVICE_TYPE_MEMCACHE
= 2
Tags
SERVICE_TYPE_REDIS
public
mixed
SERVICE_TYPE_REDIS
= 1
