Skip to content

Commit

Permalink
Merge pull request #3462 from kennyj/remove_deprecated_code
Browse files Browse the repository at this point in the history
removed a reference to SynchronizedMemoryStore and CompressedMemCacheStore
  • Loading branch information
josevalim committed Oct 29, 2011
2 parents e886f97 + 596d625 commit e848bca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions activesupport/lib/active_support/cache.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ module Cache
autoload :FileStore, 'active_support/cache/file_store' autoload :FileStore, 'active_support/cache/file_store'
autoload :MemoryStore, 'active_support/cache/memory_store' autoload :MemoryStore, 'active_support/cache/memory_store'
autoload :MemCacheStore, 'active_support/cache/mem_cache_store' autoload :MemCacheStore, 'active_support/cache/mem_cache_store'
autoload :SynchronizedMemoryStore, 'active_support/cache/synchronized_memory_store'
autoload :CompressedMemCacheStore, 'active_support/cache/compressed_mem_cache_store'


# These options mean something to all cache implementations. Individual cache # These options mean something to all cache implementations. Individual cache
# implementations may support additional options. # implementations may support additional options.
Expand Down

0 comments on commit e848bca

Please sign in to comment.