lib/active_support/cache.rb in activesupport-4.2.4 vs lib/active_support/cache.rb in activesupport-4.2.5.rc1
- old
+ new
@@ -25,10 +25,10 @@
module Strategy
autoload :LocalCache, 'active_support/cache/strategy/local_cache'
end
class << self
- # Creates a new CacheStore object according to the given options.
+ # Creates a new Store object according to the given options.
#
# If no arguments are passed to this method, then a new
# ActiveSupport::Cache::MemoryStore object will be returned.
#
# If you pass a Symbol as the first argument, then a corresponding cache