# File lib/memcache.rb, line 452 def [](scope) @cache_by_scope[scope.to_sym] || @cache_by_scope[fallback] end
# File lib/memcache.rb, line 456 def []=(scope, cache) @cache_by_scope[scope.to_sym] = cache end
# File lib/memcache.rb, line 448 def fallback=(scope) @fallback = scope.to_sym end
Generated with the Darkfish Rdoc Generator 2.