|
Jobbuddy
|
Fonctions membres publiques | |
| generateKey (string $name, string $className) | |
| write (string $key, string $content) | |
| load (string $key) | |
| getTimestamp (string $key) | |
| remove (string $name, string $cls) | |
Implements a no-cache strategy.
| generateKey | ( | string | $name, |
| string | $className ) |
Generates a cache key for the given template class name.
Implémente CacheInterface.
| getTimestamp | ( | string | $key | ) |
Returns the modification timestamp of a key.
Implémente CacheInterface.
| load | ( | string | $key | ) |
Loads a template from the cache.
Implémente CacheInterface.
| remove | ( | string | $name, |
| string | $cls ) |
Implémente RemovableCacheInterface.
| write | ( | string | $key, |
| string | $content ) |
Writes the compiled template to cache.
| string | $content | The template representation as a PHP class |
Implémente CacheInterface.