Version: v0.8.1 - Beta.  We welcome contributors & feedback.

Cache.delete

Cache.delete($key) -> self

Description

Remove the key from the cache.

Cache.delete('someKey')

Cache.has('someKey')
//= false