aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache.rb
Commit message (Expand)AuthorAgeFilesLines
* 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