lithium\storage\cache\Adapter::delete PHP Method

delete() abstract public method

Will attempt to remove specified keys from the user space cache.
abstract public delete ( array $keys ) : boolean
$keys array Keys to uniquely identify the cached items.
return boolean `true` on successful delete, `false` otherwise.
    public abstract function delete(array $keys);