Method Cache.Storage.Base()->delete()
- Method delete
 mixeddelete(stringkey,void|boolhard)- Description
 Delete the entry specified by
keyfrom the cache (if present).If
hardis 1, some backends may force a destruct() on the deleted value.Dependants (if present) are automatically deleted.
- Returns
 Returns the deleted entry.