# File lib/innate/cache/memory.rb, line 12
def
cache_fetch
(
*
args
)
super
{
|
key
|
self
[
key
] }
end