# File lib/ramaze/cache/redis.rb, line 128
def
cache_delete
(
*
keys
)
@client
.
del
(
*
keys
)
end