Flintstone\Cache\CacheInterface::delete PHP Method

delete() public method

Delete a key from the cache.
public delete ( string $key )
$key string
    public function delete($key);