Changeset 9032
- Timestamp:
- 03/15/08 20:02:46 (6 months ago)
- Files:
-
- trunk/actionpack/lib/action_controller/caching.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionpack/lib/action_controller/caching.rb
r8546 r9032 55 55 protected 56 56 # Convenience accessor 57 def cache(key, options = nil, &block)57 def cache(key, options = {}, &block) 58 58 if cache_configured? 59 59 cache_store.fetch(ActiveSupport::Cache.expand_cache_key(key, :controller), options, &block)