# File lib/ramaze/cache/lru.rb, line 72
def
cache_fetch
(
*
args
)
super
{
|
key
|
@store
[
key
] }
end