Module: Merb
- Defined in:
- lib/merb-cache/cache.rb,
lib/merb-cache/version.rb,
lib/merb-cache/cache_request.rb
Defined Under Namespace
Modules: Cache Classes: Controller
Class Method Summary collapse
-
.cache ⇒ Object
A convinient way to get at Merb::Cache.
Class Method Details
.cache ⇒ Object
A convinient way to get at Merb::Cache
3 4 5 |
# File 'lib/merb-cache/cache.rb', line 3 def self.cache Merb::Cache end |