Changeset 4657
- Timestamp:
- 08/04/06 00:02:44 (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
r4656 r4657 158 158 # 159 159 # Different representations of the same resource, e.g. <tt>http://david.somewhere.com/lists</tt> and <tt>http://david.somewhere.com/lists.xml</tt> 160 # are treated like separate requests and areso are cached separately. Keep in mine when expiring an action cache that <tt>:action => 'lists'</tt> is not the same160 # are treated like separate requests and so are cached separately. Keep in mine when expiring an action cache that <tt>:action => 'lists'</tt> is not the same 161 161 # as <tt>:action => 'list', :format => :xml</tt>. 162 162 module Actions