NextDom\Enums\CacheEngine
Class CacheEngine
Synopsis
class CacheEngine
extends Enum
{
- // constants
- const MEMCACHED = 'MemcachedCache';
- const REDIS = 'RedisCache';
- const FILESYSTEM = 'FilesystemCache';
- const PHPFILE = 'PhpFileCache';
- // Inherited methods from Enum
- public static bool exists()
- public static array getConstants()
- public static array getValues()
Hierarchy
Extends
Constants
Name | Value |
---|---|
MEMCACHED | 'MemcachedCache' |
REDIS | 'RedisCache' |
FILESYSTEM | 'FilesystemCache' |
PHPFILE | 'PhpFileCache' |
Methods
Inherited from NextDom\Enums\Enum
public
- exists()
- getConstants() — Get list of all constants
- getValues()