Flintstone\Cache\CacheInterface::set PHP Method

set() public method

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