# File lib/ramaze/cache/lru.rb, line 37
def
cache_delete
(
*
args
)
super
{
|
key
|
@store
.
delete
(
key
) }
end