Changeset 4740
- Timestamp:
- 08/09/06 15:30:43 (2 years 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
r4728 r4740 159 159 # 160 160 # Different representations of the same resource, e.g. <tt>http://david.somewhere.com/lists</tt> and <tt>http://david.somewhere.com/lists.xml</tt> 161 # are treated like separate requests and so are cached separately. Keep in min ewhen expiring an action cache that <tt>:action => 'lists'</tt> is not the same161 # are treated like separate requests and so are cached separately. Keep in mind when expiring an action cache that <tt>:action => 'lists'</tt> is not the same 162 162 # as <tt>:action => 'list', :format => :xml</tt>. 163 163 module Actions