
SYNOPSIS
    remove [ cache. ] key 
    
DESCRIPTION 
    Removes the entry associated with the specified key from a cache.
    
ARGUMENTS 
    cache 
        (optional) the name of the cache to use. If not specified, the currently selected cache will be used. See the cache command
    key
        the key for which to remove the associated entry
