aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Everything responds to #to_paramJeremy Kemper2008-06-211-3/+1
* true#to_param => true, so be sure to #to_s expanded cache keysJeremy Kemper2008-06-201-9/+9
* Fall back to #to_s for cache key expansionJeremy Kemper2008-06-201-1/+3
* Add fragment_exist? and exist? methods to cache stores. [#203 state:resolved]José Valim2008-05-191-2/+6
* Improve documentation coverage and markupXavier Noria2008-05-021-1/+1
* Implement increment/decrement on cache storage engines, using read/write by d...Tobias Lütke2008-04-291-0/+17
* Add a handful of cache store testsJeremy Kemper2008-02-011-0/+2
* cache.fetch(key, :force => true) to force a cache missJeremy Kemper2008-02-011-4/+5
* Moved the caching stores from ActionController::Caching::Fragments::* to Acti...David Heinemeier Hansson2008-01-031-0/+121