Elgg\Cache\NullCache::save PHP Méthode

save() public méthode

Saves a name and value to the cache
public save ( string $key, string $data, integer $ttl = null ) : boolean
$key string Unused
$data string Unused
$ttl integer Unused
Résultat boolean
    public function save($key, $data, $ttl = null)
    {
        return true;
    }