Class Merb::Cache::GzipStore
In: lib/merb-cache/stores/strategy/gzip_store.rb
Parent: AbstractStrategyStore

Store that compresses cached data using GZip. Usually wraps other stores and good for caching of large pages.

Methods

compress   decompress   delete   delete_all!   exists?   fetch   read   writable?   write   write_all  

Public Instance methods

[Validate]