# File lib/merb-cache/merb_ext/controller.rb, line 114 def _cache_after(conditions = {}) if @_skip_cache.nil? && Merb::Cache[_lookup_store(conditions)].write(self, nil, *_parameters_and_conditions(conditions)) @_cache_write = true end end