Prado\Caching\ICache::get PHP Méthode

get() public méthode

Retrieves a value from cache with a specified key.
public get ( $id ) : mixed
Résultat mixed the value stored in cache, false if the value is not in the cache or expired.
    public function get($id);