FactoriesCache
in package
FinalYes
Table of Contents
Properties
Methods
- __construct() : mixed
- delete() : void
- load() : bool
- save() : void
- getCacheKey() : string
Properties
$cache
private
CacheInterface|FileVarExportHandler
$cache
Methods
__construct()
public
__construct([CacheInterface|FileVarExportHandler|null $cache = null ]) : mixed
Parameters
- $cache : CacheInterface|FileVarExportHandler|null = null
delete()
public
delete(string $component) : void
Parameters
- $component : string
load()
public
load(string $component) : bool
Parameters
- $component : string
Return values
boolsave()
public
save(string $component) : void
Parameters
- $component : string
getCacheKey()
private
getCacheKey(string $component) : string
Parameters
- $component : string