aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache.rb
Commit message (Expand)AuthorAgeFilesLines
* add deprecations for a smooth transition after #22215Michael Grosser2015-11-191-1/+9
* keep deprecated namespaced_key in case any subclass uses itMichael Grosser2015-11-101-0/+1
* send normalized keys to the cache backends so they do not need to manage this...Michael Grosser2015-11-101-8/+8
* Merge pull request #11872 from AvnerCohen/log_namespaceSean Griffin2015-10-301-1/+1
|\
| * When logging Cache key, in debug mode, also log namespace, to create the full...Avner Cohen2015-06-231-1/+1
* | Fix Cache#fetch instrumentationRobin Clowers2015-09-141-13/+11
* | Correct cache store superclass in commentJonah Burke2015-08-191-1/+1
|/
* Skip the `:race_condition_ttl` branch if the option is 0 or nil. This fixes a...Matt Wilde2015-03-111-2/+2
* Doc fix [ci skip]Sushruth Sivaramakrishnan2015-03-051-1/+1
* fixes documentation for returned hash in cache.fetch_multiMichael Raidel2015-03-041-2/+5
* Instrument read_multi.Kasper Timm Hansen2015-02-211-13/+27
* Remove deprecated ActiveSupport::Cache::Store.instrumentRafael Mendonça França2015-01-041-13/+0
* Remove conversion code for old Rails cache entryRafael Mendonça França2015-01-011-24/+0
* Check by @v before converting the entry on expired?Rafael Mendonça França2015-01-011-1/+1
* Docs: grammar fix for fetch. [ci skip]Mike Coutermarsh2014-08-081-1/+1
* Merge pull request #15943 from wagenet/cache-instrumentationRafael Mendonça França2014-06-271-11/+10
|\
| * Always instrument ActiveSupport::CachePeter Wagenet2014-06-271-11/+10
|/
* Return a hash rather than array from fetch_multiParker Selbert2014-02-261-6/+5
* docs, be clear that `options` is a hash. Closes #11904. [ci skip].Yves Senn2014-02-031-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-12-201-1/+1
|\
| * Typos. return -> returns. [ci skip]Lauro Caetano2013-12-031-1/+1
* | Remove deprecated cattr_* requiresGenadi Samokovarov2013-12-031-1/+1
|/
* Change syntax format for example returned valuesPrem Sichanugrist2013-11-111-1/+1
* AestheticsDavid Heinemeier Hansson2013-11-031-22/+30
* Fix small typo in docsJonathan Baudanza2013-09-251-1/+1
* cache.exists? should return true/falseJade Tucker2013-07-071-1/+1
* correction on cache.fetch race_condition_ttldickeyxxx2013-05-231-1/+1
* Allow fetching multiple values from the cache at onceDaniel Schierbeck2013-05-061-0/+28
* Making the retrieval of the cache store class a method, also wrotewangjohn2013-04-281-10/+23
* switch (and lazily convert) ivar names to 3.xSam Ruby2013-04-161-36/+36
* remove unused payloads in blocks in caching instrumentationVipul A M2013-03-191-3/+3
* Remove warning: shadowing outer local variableCarlos Antonio da Silva2013-01-191-1/+1
* Refactor ActiveSupport::Cache::Store#fetch.Joey Butler2013-01-191-25/+41
* remove meaningless AS::FrozenObjectErrorAkira Matsuda2013-01-021-1/+0
* Replace comments' non-breaking spaces with spacesclaudiob2012-12-041-1/+1
* pass the key to the block in cache.fetch on missesNoah Hendrix2012-10-231-5/+5
* Ensure expires_in and created_at timestamps aren't nil when attempting to upg...Joshua Peek2012-10-101-1/+1
* fix broken cache testsBrian Durand2012-09-301-2/+2
* Optimize ActiveSupport::Cache::Entry to reduce memory and processing overhead.Brian Durand2012-09-301-63/+85
* update AS docs [ci skip]Francesco Rodriguez2012-09-171-71/+79
* Fix ActiveSupport Cache decrement method descriptionAlexey Vakhov2012-05-251-1/+1
* Merge pull request #4496 from makeable/masterAaron Patterson2012-05-031-1/+1
|\
| * race_condition_ttl should be an integerMatt Williams2012-01-171-1/+1
* | Allow retrieve_cache_key to work on collections such as ActiveRecord::Relation.Erich Menge2012-03-121-0/+1
* | suggested changes.Nupur Jain2012-02-211-5/+1
* | Inline the prefix assignment so it doesnt look so daftDavid Heinemeier Hansson2012-01-271-2/+1
* | Revert "Fix expanding cache key for single element arrays"David Heinemeier Hansson2012-01-271-1/+1
|/
* Merge pull request #4007 from exviva/expand_cache_key_for_one_element_arrayJosé Valim2011-12-161-1/+1
|\
| * Fix expanding cache key for single element arraysOlek Janiszewski2011-12-161-1/+1
* | Add ActiveSupport::Cache::NullStore to expose caching interface without actua...Brian Durand2011-12-121-0/+1
|/