Revert "Ensure MemCacheStore is required when using CompressedMemCacheStore since they are lazy load now."

This reverts commit dd4181f47d.
This commit is contained in:
David Heinemeier Hansson
2008-06-12 19:52:44 -05:00
parent 6573f6a4bc
commit 048ac3604c

View File

@@ -1,5 +1,3 @@
require "active_support/cache/mem_cache_store"
module ActiveSupport
module Cache
class CompressedMemCacheStore < MemCacheStore