summaryrefslogtreecommitdiff
path: root/includes/cache.inc
Commit message (Expand)AuthorAge
* Issue #1514088 by DamienMcKenna: Minor comment formatting inconsistencies in ...David Rothstein2015-10-12
* Issue #1261846 by catch, dawehner, brianV, Berdir, sun, xjm, sandipmkhairnar,...Jennifer Hodgdon2014-07-24
* Issue #1871028 by freblasty, das-peter: Fix up documentation of cache clear f...Jennifer Hodgdon2013-08-07
* Issue #238250 by markpavlitski | Xano: Fixed cache_clear_all()('*', 'block', ...David Rothstein2013-08-05
* Issue #1813966 by Sylvain Lecoy: Remove __construct() from interfaces definit...David Rothstein2013-08-05
* Issue #1851886 by Albert Volkman: Fix up documentation for cache_set() functionJennifer Hodgdon2012-12-07
* Issue #1851538 by willkaxu: Fix docs typo in cache.incJennifer Hodgdon2012-11-28
* Issue #1015946 by pillarsdotnet, catch, bfroehle, Jej, jose.guevara, Damien T...webchick2012-04-12
* Issue #1421330 by heyrocker: Fixed Add @see for cache_set() and cache_get() .webchick2012-01-31
* Issue #1315886 by xjm, jhodgdon: Clean up API docs for includes directory, fi...webchick2012-01-21
* Stripping CVS keywordsThe Great Git Migration2011-02-25
* - Patch #1064212 by catch: page caching performance has regressed by 30-40%.Dries Buytaert2011-02-24
* #978144 by Damien Tournoud: Fixed cache_get_multiple() inconsistent with cach...Angie Byron2010-12-01
* - Patch #889366 by Kevin Hankens, jhodgdon: error in DrupalCacheInterface doc...Dries Buytaert2010-11-05
* - Patch #933792 by droplet: cache clear all - wrong documentation.Dries Buytaert2010-10-07
* - Patch #692044 by Damien Tournoud, effulgentsia: a site with statistics modu...Dries Buytaert2010-05-18
* #718636 by mfb: Fixed Cache returns serialized data only in certain conditions.Angie Byron2010-03-07
* - Patch #325169 by mundanity, Arancaytar, Crell, chx, picco, alexw: move erro...Dries Buytaert2010-02-15
* - Patch #706138 by neclimdul: Fixed Remove dead static variable from _cache_g...Dries Buytaert2010-02-06
* - Patch #683736 by c960657: use db_like() where appropriate.Dries Buytaert2010-01-13
* - Patch #666024 by boombatower, mcrittenden: code and documentation clean-ups.Dries Buytaert2009-12-30
* - Patch #648744 by Crell: specified more @return type definitions for auto-co...Dries Buytaert2009-12-04
* - Patch #627338 by catch: add a cache_bootstrap() bin for better performance/...Dries Buytaert2009-11-10
* - Patch #575360 by dropcube: added API function to check if a cache bin is em...Dries Buytaert2009-09-13
* #556156 by Rob Loach and doq: Fixed incorrect usage of variable_get(bin).Angie Byron2009-09-01
* - Patch #477944 by DamZ: more streamlining and clean-up of session handling c...Dries Buytaert2009-07-01
* #506458 by quicksketch: Replace missing global user so that page caching work...Angie Byron2009-06-30
* #333171 by catch: Provide cache_get_multiple() and allow clearing of multiple...Angie Byron2009-06-28
* - Patch #409994 by jhodgdon et al: clarified the documentation.Dries Buytaert2009-06-19
* #482622 by chx and Frando: Allow alternative implementations for caching.Angie Byron2009-06-16
* - Patch #468732 by Andypost: fixed comment.Dries Buytaert2009-05-21
* - Patch #355360 by burningdog, spatz4000, netaustin: standardize on 'cacheable'.Dries Buytaert2009-05-16
* - Patch #452936 by catch: use db_truncate() in cache_clear_all().Dries Buytaert2009-05-04
* - Patch #147310 by c960657 et al: better cache headers for reverse proxies.Dries Buytaert2009-04-22
* - Patch #227228 by catch et al: fix a problem with minumum cache lifetime bei...Dries Buytaert2009-04-21
* - Patch #367380 by Moshe: make block module optional.Dries Buytaert2009-02-03
* #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.Angie Byron2008-10-12
* #319403 by Crell: use fetchObject() in cache.inc for consistency with other d...Angie Byron2008-10-11
* - Patch #228281 by hswong3i: made queries TNGDB and ANSI compliant.Dries Buytaert2008-10-09
* - Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved deve...Dries Buytaert2008-09-17
* - Patch #253702 by jscheel, gpk: clarified session handling functions.Dries Buytaert2008-09-08
* - Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] a...Dries Buytaert2008-09-06
* - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ...Dries Buytaert2008-08-21
* - Patch #277440 by R.Muilwijk: fixed bug caching integers and doubles. Fixes...Dries Buytaert2008-07-02
* - Patch #270045 by drewish, Susurrus: clean up return values.Dries Buytaert2008-06-18
* - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discu...Dries Buytaert2008-04-14
* #215252 by bdragon: reset the cache flush variable before the cache is flushe...Gábor Hojtsy2008-01-29
* - Patch #192736 by quicksketch et al: drag and drop for book module.Dries Buytaert2007-11-26
* #195202 by pwolanin: clear block cache before page cache, so stale data will ...Gábor Hojtsy2007-11-26
* noted by Robert Douglass in his caching presentation: the key param to cache_...Gábor Hojtsy2007-08-26