Microweber\Utils\Adapters\Cache\CacheStore::get PHP Метод

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

Retrieve an item from the cache by key.
public get ( string $key ) : mixed
$key string
Результат mixed
    public function get($key)
    {
        return $this->adapter->get($key);
    }