Public cache handler
- Depuis
- 1.7.0
- Note
- As of 4.0 this class will be abstract
◆ __construct()
Constructor
- Paramètres
-
array | $options | Array of options |
- Depuis
- 1.7.0
Références $option, $options, et $value.
◆ __call()
__call |
( |
|
$name, |
|
|
|
$arguments |
|
) |
| |
Magic method to proxy CacheController method calls to Cache
- Paramètres
-
string | $name | Name of the function |
array | $arguments | Array of arguments for the function |
- Renvoie
- mixed
- Depuis
- 1.7.0
Références $name.
◆ addIncludePath()
static addIncludePath |
( |
|
$path = '' | ) |
|
|
static |
Add a directory where Cache should search for controllers. You may either pass a string or an array of directories.
- Paramètres
-
array | string | $path | A path to search. |
- Renvoie
- array An array with directory elements
- Depuis
- 1.7.0
- Obsolète:
- 5.0 Use the cache controller factory instead
Références $path, et Path\clean().
◆ getInstance()
static getInstance |
( |
|
$type = 'output' , |
|
|
|
$options = array() |
|
) |
| |
|
static |
◆ $cache
◆ $options
La documentation de cette classe a été générée à partir du fichier suivant :