summaryrefslogtreecommitdiff
path: root/includes/cache.inc
Commit message (Collapse)AuthorAge
* Issue #1514088 by DamienMcKenna: Minor comment formatting inconsistencies in ↵David Rothstein2015-10-12
| | | | cache.inc
* Issue #1261846 by catch, dawehner, brianV, Berdir, sun, xjm, ↵Jennifer Hodgdon2014-07-24
| | | | sandipmkhairnar, marvil07, chrisjlee, Cottser, amitgoyal, Elijah Lynn, er.pushpinderrana: Document 1 MB cache limit in cache functions
* Issue #1871028 by freblasty, das-peter: Fix up documentation of cache clear ↵Jennifer Hodgdon2013-08-07
| | | | function and method
* Issue #238250 by markpavlitski | Xano: Fixed cache_clear_all()('*', 'block', ↵David Rothstein2013-08-05
| | | | TRUE); will TRUNCATE the {block} table without additional checks.
* Issue #1813966 by Sylvain Lecoy: Remove __construct() from interfaces ↵David Rothstein2013-08-05
| | | | definition.
* 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 ↵webchick2012-04-12
| | | | Tournoud: Fixed Eliminate ->cache and {session}.cache in favor of ['cache_expiration()'][].
* 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, ↵webchick2012-01-21
| | | | files starting with A-C.
* 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 ↵Angie Byron2010-12-01
| | | | cache_get()
* - Patch #889366 by Kevin Hankens, jhodgdon: error in DrupalCacheInterface ↵Dries Buytaert2010-11-05
| | | | documentation .
* - Patch #933792 by droplet: cache clear all - wrong documentation.Dries Buytaert2010-10-07
|
* - Patch #692044 by Damien Tournoud, effulgentsia: a site with statistics ↵Dries Buytaert2010-05-18
| | | | module enabled is much slower in serving cached pages in D7 than in D6.
* #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 ↵Dries Buytaert2010-02-15
| | | | error/exception handler higher up in the bootstrap process.
* - Patch #706138 by neclimdul: Fixed Remove dead static variable from ↵Dries Buytaert2010-02-06
| | | | _cache_get_object().
* - 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 ↵Dries Buytaert2009-12-04
| | | | auto-completion in IDEs.
* - Patch #627338 by catch: add a cache_bootstrap() bin for better ↵Dries Buytaert2009-11-10
| | | | performance/scalability.
* - Patch #575360 by dropcube: added API function to check if a cache bin is ↵Dries Buytaert2009-09-13
| | | | empty.
* #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 ↵Dries Buytaert2009-07-01
| | | | code.
* #506458 by quicksketch: Replace missing global user so that page caching ↵Angie Byron2009-06-30
| | | | works again.
* #333171 by catch: Provide cache_get_multiple() and allow clearing of ↵Angie Byron2009-06-28
| | | | multiple cache IDs at once (with tests).
* - 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 ↵Dries Buytaert2009-04-21
| | | | being global.
* - 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 ↵Angie Byron2008-10-11
| | | | db fetch routines.
* - Patch #228281 by hswong3i: made queries TNGDB and ANSI compliant.Dries Buytaert2008-10-09
|
* - Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved ↵Dries Buytaert2008-09-17
| | | | developer experience.
* - 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'] ↵Dries Buytaert2008-09-06
| | | | as per Rasmus' suggestion. Removed drupal_referrer() for consistency.
* - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next ↵Dries Buytaert2008-08-21
| | | | generation database layer for Drupal 7.
* - Patch #277440 by R.Muilwijk: fixed bug caching integers and doubles. ↵Dries Buytaert2008-07-02
| | | | Fixes 2 of the 3 failing cache tests.
* - 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 ↵Dries Buytaert2008-04-14
| | | | discussion we've decided to make the concatenation operator consistent with the other operators.
* #215252 by bdragon: reset the cache flush variable before the cache is ↵Gábor Hojtsy2008-01-29
| | | | flushed, so busy sites will not attempt multiple cache flushes at a time
* - 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
| | | | not end up in the cache
* noted by Robert Douglass in his caching presentation: the key param to ↵Gábor Hojtsy2007-08-26
| | | | cache_get should be renamed to cid for consistency (all other functions have cid)