Mongolid\Util\CacheComponentInterface::get PHP Метод

get() публичный Метод

Retrieve an item from the cache by key.
public get ( string $key ) : mixed
$key string Cache key of the item to be retrieved.
Результат mixed
    public function get(string $key);
CacheComponentInterface