Prado\Caching\TCache::offsetGet PHP Méthode

offsetGet() public méthode

This method is required by the interface \ArrayAccess.
public offsetGet ( $id ) : mixed
Résultat mixed the value stored in cache, false if the value is not in the cache or expired.
    public function offsetGet($id)
    {
        return $this->get($id);
    }