/[drupal]/drupal/includes/cache.inc
ViewVC logotype

Log of /drupal/includes/cache.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 10 22:06:09 2009 UTC (2 weeks, 2 days ago) by dries
Branch: MAIN
CVS Tags: HEAD
Changes since 1.40: +7 -6 lines
Diff to previous 1.40
- Patch #627338 by catch: add a cache_bootstrap() bin for better performance/scalability.

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 13 17:49:51 2009 UTC (2 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10, DRUPAL-7-0-UNSTABLE-9
Changes since 1.39: +37 -1 lines
Diff to previous 1.39
- Patch #575360 by dropcube: added API function to check if a cache bin is empty.

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 1 20:43:21 2009 UTC (2 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.38: +5 -5 lines
Diff to previous 1.38
#556156 by Rob Loach and doq: Fixed incorrect usage of variable_get(bin).

Revision 1.17.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 10 10:43:55 2009 UTC (3 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-14
Changes since 1.17.2.2: +4 -4 lines
Diff to previous 1.17.2.2 , to branch point 1.17 , to next main 1.41
#409994 by Wesley Tanaka, jhodgdon: better documentation on how the cid and wildcard arguments interact on cache_clear_all()

Revision 1.5.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jul 10 05:41:24 2009 UTC (4 months, 2 weeks ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-20
Changes since 1.5.2.5: +7 -7 lines
Diff to previous 1.5.2.5 , to branch point 1.5 , to next main 1.41
Backport of #227228 by andypost, et al. Per-table cache_flush variables to avoid not flushing all but the first table when multiple tables are cleared.

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 1 12:47:30 2009 UTC (4 months, 3 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.37: +3 -3 lines
Diff to previous 1.37
- Patch #477944 by DamZ: more streamlining and clean-up of session handling code.

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 30 17:37:36 2009 UTC (4 months, 4 weeks ago) by webchick
Branch: MAIN
Changes since 1.36: +3 -1 lines
Diff to previous 1.36
#506458 by quicksketch: Replace missing global user so that page caching works again.

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 28 01:00:42 2009 UTC (5 months ago) by webchick
Branch: MAIN
Changes since 1.35: +91 -8 lines
Diff to previous 1.35
#333171 by catch: Provide cache_get_multiple() and allow clearing of multiple cache IDs at once (with tests).

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 19 08:46:44 2009 UTC (5 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.34: +4 -4 lines
Diff to previous 1.34
- Patch #409994 by jhodgdon et al: clarified the documentation.

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 16 23:48:09 2009 UTC (5 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.33: +295 -133 lines
Diff to previous 1.33
#482622 by chx and Frando: Allow alternative implementations for caching.

Revision 1.17.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 26 08:10:33 2009 UTC (6 months ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-13
Changes since 1.17.2.1: +2 -2 lines
Diff to previous 1.17.2.1 , to branch point 1.17
#468732 by andypost: cache_clear_all() mentioned cache_flush_delay incorrectly; it should say we use cache_lifetime

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 21 10:17:37 2009 UTC (6 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.32: +2 -2 lines
Diff to previous 1.32
- Patch #468732 by Andypost: fixed comment.

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 16 16:06:04 2009 UTC (6 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.31: +3 -3 lines
Diff to previous 1.31
- Patch #355360 by burningdog, spatz4000, netaustin: standardize on 'cacheable'.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 4 10:40:10 2009 UTC (6 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30
- Patch #452936 by catch: use db_truncate() in cache_clear_all().

Revision 1.17.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 27 14:23:58 2009 UTC (7 months ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-11, DRUPAL-6-12
Changes since 1.17: +6 -6 lines
Diff to previous 1.17
#227228 by ilmaestro, gpk, ball.in.th, catch, andypost: use per-table cache_flush variables to avoid not flushing all but the first table when multiple tables are cleared

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 22 09:45:02 2009 UTC (7 months ago) by dries
Branch: MAIN
Changes since 1.29: +26 -29 lines
Diff to previous 1.29
- Patch #147310 by c960657 et al: better cache headers for reverse proxies.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 21 17:15:51 2009 UTC (7 months ago) by dries
Branch: MAIN
Changes since 1.28: +6 -6 lines
Diff to previous 1.28
- Patch #227228 by catch et al: fix a problem with minumum cache lifetime being global.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 3 12:30:14 2009 UTC (9 months, 3 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-5, DRUPAL-7-0-UNSTABLE-6
Changes since 1.27: +4 -2 lines
Diff to previous 1.27
- Patch #367380 by Moshe: make block module optional.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 12 04:30:05 2008 UTC (13 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-2, DRUPAL-7-0-UNSTABLE-3, DRUPAL-7-0-UNSTABLE-4
Changes since 1.26: +2 -2 lines
Diff to previous 1.26
#282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 11 19:19:51 2008 UTC (13 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.25: +8 -8 lines
Diff to previous 1.25
#319403 by Crell: use fetchObject() in cache.inc for consistency with other db fetch routines.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 9 20:38:57 2008 UTC (13 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.24: +24 -9 lines
Diff to previous 1.24
- Patch #228281 by hswong3i: made queries TNGDB and ANSI compliant.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 17 07:11:55 2008 UTC (14 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-1
Changes since 1.23: +8 -8 lines
Diff to previous 1.23
- Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME.  Improved developer experience.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 8 21:08:24 2008 UTC (14 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.22: +13 -10 lines
Diff to previous 1.22
- Patch #253702 by jscheel, gpk: clarified session handling functions.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 6 08:36:19 2008 UTC (14 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.21: +8 -8 lines
Diff to previous 1.21
- Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] as per Rasmus' suggestion.  Removed drupal_referrer() for consistency.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 21 19:36:36 2008 UTC (15 months ago) by dries
Branch: MAIN
Changes since 1.20: +17 -13 lines
Diff to previous 1.20
- Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 2 20:42:25 2008 UTC (16 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
- Patch #277440 by R.Muilwijk: fixed bug caching integers and doubles.  Fixes 2 of the 3 failing cache tests.

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 18 03:36:23 2008 UTC (17 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.18: +4 -3 lines
Diff to previous 1.18
- Patch #270045 by drewish, Susurrus: clean up return values.

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 17:48:33 2008 UTC (19 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.17: +10 -10 lines
Diff to previous 1.17
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.

Revision 1.5.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 10 02:05:00 2008 UTC (21 months, 2 weeks ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-10, DRUPAL-5-11, DRUPAL-5-12, DRUPAL-5-13, DRUPAL-5-14, DRUPAL-5-15, DRUPAL-5-16, DRUPAL-5-17, DRUPAL-5-18, DRUPAL-5-19, DRUPAL-5-8, DRUPAL-5-9
Changes since 1.5.2.4: +3 -2 lines
Diff to previous 1.5.2.4 , to branch point 1.5
#215252 by bdragon: reset the cache flush variable before the cache is flushed, so busy sites will not attempt multiple cache flushes at a time

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 29 11:36:06 2008 UTC (21 months, 4 weeks ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0, DRUPAL-6-0-RC-3, DRUPAL-6-0-RC-4, DRUPAL-6-1, DRUPAL-6-10, DRUPAL-6-2, DRUPAL-6-3, DRUPAL-6-4, DRUPAL-6-5, DRUPAL-6-6, DRUPAL-6-7, DRUPAL-6-8, DRUPAL-6-9
Branch point for: DRUPAL-6
Changes since 1.16: +3 -2 lines
Diff to previous 1.16
#215252 by bdragon: reset the cache flush variable before the cache is flushed, so busy sites will not attempt multiple cache flushes at a time

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 26 16:19:37 2007 UTC (2 years ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-4, DRUPAL-6-0-RC-1, DRUPAL-6-0-RC-2
Changes since 1.15: +3 -3 lines
Diff to previous 1.15
- Patch #192736 by quicksketch et al: drag and drop for book module.

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 26 08:18:50 2007 UTC (2 years ago) by goba
Branch: MAIN
Changes since 1.14: +4 -2 lines
Diff to previous 1.14
#195202 by pwolanin: clear block cache before page cache, so stale data will not end up in the cache

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 26 09:33:49 2007 UTC (2 years, 3 months ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-1, DRUPAL-6-0-BETA-2, DRUPAL-6-0-BETA-3
Changes since 1.13: +4 -4 lines
Diff to previous 1.13
noted by Robert Douglass in his caching presentation: the key param to cache_get should be renamed to cid for consistency (all other functions have cid)

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 19 08:08:43 2007 UTC (2 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.12: +3 -2 lines
Diff to previous 1.12
- Patch #80951 by killes, yched et al: block caching.

Revision 1.5.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 27 03:35:48 2007 UTC (2 years, 5 months ago) by drumm
Branch: DRUPAL-5
CVS Tags: DRUPAL-5-2, DRUPAL-5-3, DRUPAL-5-4, DRUPAL-5-5, DRUPAL-5-6, DRUPAL-5-7
Changes since 1.5.2.3: +10 -10 lines
Diff to previous 1.5.2.3 , to branch point 1.5
#136837 by meba and pwolanin. Allow cache tables to be prefixed.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 25 21:01:30 2007 UTC (2 years, 6 months ago) by dries
Branch: MAIN
Changes since 1.11: +4 -5 lines
Diff to previous 1.11
- Patch #55516 by David Strauss et al: removed some database locking.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 12 18:26:15 2007 UTC (2 years, 6 months ago) by goba
Branch: MAIN
Changes since 1.10: +10 -10 lines
Diff to previous 1.10
#136837: fix coding style issues of cache table name concatenation as noted by ChrisKennedy

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 12 12:43:07 2007 UTC (2 years, 6 months ago) by goba
Branch: MAIN
Changes since 1.9: +10 -10 lines
Diff to previous 1.9
#136837 by meba: PHP replaces {} enclosed variables in strings with the variable value itself, so cache tables were not prefixable

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 25 21:34:32 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.8: +19 -6 lines
Diff to previous 1.8
- Patch #137415 by slantview: simplified the cache API/usages, and made it a tad smarter.  Makes it easier to program for, and easier to replace.  Will need to be documented.

Revision 1.5.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 22 23:54:03 2007 UTC (2 years, 7 months ago) by drumm
Branch: DRUPAL-5
Changes since 1.5.2.2: +9 -9 lines
Diff to previous 1.5.2.2 , to branch point 1.5
Rolled back #126867. It is not needed.

Revision 1.5.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 18 04:27:32 2007 UTC (2 years, 7 months ago) by drumm
Branch: DRUPAL-5
Changes since 1.5.2.1: +10 -10 lines
Diff to previous 1.5.2.1 , to branch point 1.5
 - Patch #126867 by dmitrig01: made caching work with prefixing.
 Backport from HEAD.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 15 15:38:35 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.7: +10 -10 lines
Diff to previous 1.7
- Patch #126867 by dmitrig01: made caching work with prefixing.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 15 15:36:10 2007 UTC (2 years, 7 months ago) by dries
Branch: MAIN
Changes since 1.6: +4 -4 lines
Diff to previous 1.6
- Patch #118660 by agentrickard: re-order arguments of cache_set() to match PHP/Drupal conventions.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 27 12:04:39 2007 UTC (2 years, 9 months ago) by dries
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
- Patch #120146 by abautu: TRUNCATE TABLE replaced with DELETE FROM

Revision 1.5.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 27 08:08:56 2007 UTC (2 years, 9 months ago) by drumm
Branch: DRUPAL-5
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
#120146 by abautu. TRUNCATE TABLE is not ANSI SQL.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 10 07:26:27 2006 UTC (3 years ago) by drumm
Branch: MAIN
CVS Tags: DRUPAL-5-0, DRUPAL-5-0-BETA-2, DRUPAL-5-0-RC-1, DRUPAL-5-0-RC-2, DRUPAL-5-1
Branch point for: DRUPAL-5
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
#92430 by Jo Wouters. Encode blobs as blobs.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 30 08:46:16 2006 UTC (3 years, 2 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-5-0-BETA-1
Changes since 1.3: +61 -16 lines
Diff to previous 1.3
- Patch #72290 by killes: split up the cache table.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 5 11:45:51 2006 UTC (3 years, 4 months ago) by dries
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2
- Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jul 2 00:34:36 2006 UTC (3 years, 4 months ago) by drumm
Branch: MAIN
Changes since 1.1: +1 -0 lines
Diff to previous 1.1
#71498 by Flanker, adding a cvs Id in cache.inc

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 14 14:01:12 2006 UTC (3 years, 5 months ago) by dries
Branch: MAIN
- Patch #67675 by chx: added support for multiple cache backends.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2