Property | Type | Description | |
---|---|---|---|
$adapter | ManaPHP\Cache\AdapterInterface |
Property | Type | Description | |
---|---|---|---|
$_prefix | string |
Method | Description | |
---|---|---|
__construct ( string | array | ManaPHP\Cache\AdapterInterface $options = [] ) | Cache constructor. | |
delete ( string $key ) : void | ||
exists ( string $key ) : boolean | ||
get ( string $key ) : mixed | false | ||
set ( string $key, mixed $value, integer $ttl ) : void | ||
setDependencyInjector ( ManaPHP\DiInterface $dependencyInjector ) : static |
public __construct ( string | array | ManaPHP\Cache\AdapterInterface $options = [] ) | ||
$options | string | array | ManaPHP\Cache\AdapterInterface |
public setDependencyInjector ( ManaPHP\DiInterface $dependencyInjector ) : static | ||
$dependencyInjector | ManaPHP\DiInterface | |
return | static |