DelegateClass(Hash)
# File lib/termtter/memory_cache.rb, line 62 def flush_all(delay = 0) clear end
# File lib/termtter/memory_cache.rb, line 46 def get(key, raw = false) try_clone self[key] end
# File lib/termtter/memory_cache.rb, line 50 def get_multi(*keys) results = {} keys.each{ |key| results[key] = try_clone self[key] } results end
Generated with the Darkfish Rdoc Generator 2.