68 69 70
# File 'lib/cash/accessor.rb', line 68 def expire(key) repository.delete(cache_key(key)) end