|
| cache ($key, $value) |
| Loads the compiled Mustache Template class without caching.
|
|
| getLogger () |
| Get the current logger instance.
|
|
| load ($key) |
| Loads nothing.
|
|
| setLogger ($logger=null) |
| Set a logger instance.
|
|
|
| log ($level, $message, array $context=array()) |
| Add a log record if logging is enabled.
|
|
◆ cache()
Mustache_Cache_NoopCache::cache |
( |
| $key, |
|
|
| $value ) |
Loads the compiled Mustache Template class without caching.
- Parameters
-
Implements Mustache_Cache.
◆ getLogger()
Mustache_Cache_AbstractCache::getLogger |
( |
| ) |
|
|
inherited |
Get the current logger instance.
- Return values
-
Mustache_Logger|Psr\Log\LoggerInterface | |
◆ load()
Mustache_Cache_NoopCache::load |
( |
| $key | ) |
|
Loads nothing.
Move along.
- Parameters
-
- Return values
-
Implements Mustache_Cache.
◆ log()
Mustache_Cache_AbstractCache::log |
( |
| $level, |
|
|
| $message, |
|
|
array | $context = array() ) |
|
protectedinherited |
Add a log record if logging is enabled.
- Parameters
-
string | $level | The logging level |
string | $message | The log message |
array | $context | The log context |
◆ setLogger()
Mustache_Cache_AbstractCache::setLogger |
( |
| $logger = null | ) |
|
|
inherited |
The documentation for this class was generated from the following file:
- lib/mustache/src/Mustache/Cache/NoopCache.php