Method: Merb::Cache::ControllerInstanceMethods#abort_cache_page
- Defined in:
- lib/merb-cache/cache-page.rb
#abort_cache_page ⇒ Object
You can call this method if you need to prevent caching the page after it has been rendered.
104 105 106 |
# File 'lib/merb-cache/cache-page.rb', line 104 def abort_cache_page @capture_page = false end |