Class: MartSearch::MongoCache
- Inherits:
-
ActiveSupport::Cache::MongoStore
- Object
- ActiveSupport::Cache::MongoStore
- MartSearch::MongoCache
- Includes:
- MongoStore::Cache::Rails3
- Defined in:
- lib/martsearch.rb
Overview
MongoDB based cache class. This is entirely ActiveSupport::Cache::MongoStore, but we have to ovveride it here as we're not running in a Rails environment, and we need to include some Rails3 mixins for it to work correctly.