Pop\Cache\Cache::load PHP Méthode

load() public méthode

Method to load a value from cache.
public load ( string $id ) : mixed
$id string
Résultat mixed
    public function load($id)
    {
        return $this->adapter->load($id, $this->lifetime);
    }