Flintstone\Cache\CacheInterface::set PHP Méthode

set() public méthode

Set a key in the cache.
public set ( string $key, mixed $data )
$key string
$data mixed
    public function set($key, $data);