Class | Merb::Cache::SHA1Store |
In: |
lib/merb-cache/stores/strategy/sha1_store.rb
|
Parent: | AbstractStrategyStore |
Strategy store that uses SHA1 hex of base cache key and parameters as cache key.
It is good for caching of expensive search queries that use multiple parameters passed via query string of request.