$_logger
$_logger : \Horde_Log_Logger
Logger.
Cache storage in PHP memory.
It persists only during a script run and ignores the object lifetime because of that.
set(string $key, mixed $data, integer $lifetime)
Store an object in the cache.
string | $key | Object ID used as the caching key. |
mixed | $data | Data to store in the cache. |
integer | $lifetime | Object lifetime - i.e. the time before the data becomes available for garbage collection. If 0 will not be GC'd. |