Memory cache is simply a Hash with the Cache::API, it’s the reference implementation for every other cache and the default cache.
# File lib/innate/cache/memory.rb, line 16 16: def cache_delete(*args) 17: super{|key| delete(key) } 18: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.