Cache
in package
Uses
Singleton
Table of Contents
- $instance : mixed
- __clone() : mixed
- __wakeup() : mixed
- clear() : mixed
- Execute the console command.
- clearCache() : mixed
- clearCombiner() : mixed
- clearInternal() : mixed
- clearMeta() : mixed
- clearTwig() : mixed
- forgetInstance() : mixed
- Forget this singleton's instance if it exists
- instance() : mixed
- Create a new instance of this singleton.
- __construct() : mixed
- Constructor.
- init() : mixed
- Initialize the singleton free from constructor parameters.
Properties
$instance
protected
static mixed
$instance
Methods
__clone()
public
__clone() : mixed
Return values
mixed —__wakeup()
public
__wakeup() : mixed
Return values
mixed —clear()
Execute the console command.
public
static clear() : mixed
Return values
mixed —clearCache()
public
clearCache() : mixed
Return values
mixed —clearCombiner()
public
clearCombiner() : mixed
Return values
mixed —clearInternal()
public
static clearInternal() : mixed
Return values
mixed —clearMeta()
public
clearMeta() : mixed
Return values
mixed —clearTwig()
public
clearTwig() : mixed
Return values
mixed —forgetInstance()
Forget this singleton's instance if it exists
public
final static forgetInstance() : mixed
Return values
mixed —instance()
Create a new instance of this singleton.
public
final static instance() : mixed
Return values
mixed —__construct()
Constructor.
protected
final __construct() : mixed
Return values
mixed —init()
Initialize the singleton free from constructor parameters.
protected
init() : mixed