Lavender\Cloud\Sina\Cache\KvdbStore::forever PHP Méthode

forever() public méthode

This is just an alias for put.
public forever ( string $key, mixed $value ) : void
$key string
$value mixed
Résultat void
    public function forever($key, $value)
    {
        return $this->put($key, $value);
    }