Changeset 7427
- Timestamp:
- 09/09/07 18:03:55 (1 year 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
r7419 r7427 422 422 end 423 423 424 # Deprecated -- just call expire_fragment with a regular expression425 def expire_matched_fragments(matcher = /.*/, options = nil) #:nodoc:426 expire_fragment(matcher, options)427 end428 deprecate :expire_matched_fragments => :expire_fragment429 430 424 431 425 class UnthreadedMemoryStore #:nodoc: