Commit Graph

36 Commits (20825cde527eb4b77a016376b8dd8c349b056980)

Author SHA1 Message Date
Angie Byron 6c9436abbf #333171 by catch: Provide cache_get_multiple() and allow clearing of multiple cache IDs at once (with tests). 2009-06-28 01:00:42 +00:00
Dries Buytaert 964dc32a31 - Patch #409994 by jhodgdon et al: clarified the documentation. 2009-06-19 08:46:44 +00:00
Angie Byron 870b921aa4 #482622 by chx and Frando: Allow alternative implementations for caching. 2009-06-16 23:48:09 +00:00
Dries Buytaert 76ba5ed516 - Patch #468732 by Andypost: fixed comment. 2009-05-21 10:17:37 +00:00
Dries Buytaert 856f667745 - Patch #355360 by burningdog, spatz4000, netaustin: standardize on 'cacheable'. 2009-05-16 16:06:04 +00:00
Dries Buytaert 65e0a3f228 - Patch #452936 by catch: use db_truncate() in cache_clear_all(). 2009-05-04 10:40:10 +00:00
Dries Buytaert 526401c4c8 - Patch #147310 by c960657 et al: better cache headers for reverse proxies. 2009-04-22 09:45:03 +00:00
Dries Buytaert 920babfe6e - Patch #227228 by catch et al: fix a problem with minumum cache lifetime being global. 2009-04-21 17:15:51 +00:00
Dries Buytaert d4867346f5 - Patch #367380 by Moshe: make block module optional. 2009-02-03 12:30:14 +00:00
Angie Byron f76acb2d9d #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif. 2008-10-12 04:30:09 +00:00
Angie Byron e0cf9c21a1 #319403 by Crell: use fetchObject() in cache.inc for consistency with other db fetch routines. 2008-10-11 19:19:51 +00:00
Dries Buytaert 40907cc79c - Patch #228281 by hswong3i: made queries TNGDB and ANSI compliant. 2008-10-09 20:38:57 +00:00
Dries Buytaert 7f29b14277 - Patch #305645 by pwolanin: ['REQUEST_TIME'] -> REQUEST_TIME. Improved developer experience. 2008-09-17 07:11:59 +00:00
Dries Buytaert a1d73f1342 - Patch #253702 by jscheel, gpk: clarified session handling functions. 2008-09-08 21:08:24 +00:00
Dries Buytaert e5b0e5f76c - Patch #302763 by Dave Reid, Rob Loach: replace time() by ['REQUEST_TIME'] as per Rasmus' suggestion. Removed drupal_referrer() for consistency. 2008-09-06 08:36:22 +00:00
Dries Buytaert 69e6f411a9 - Patch #225450 by Crell, chx, bjaspan, catch, swentel, recidive et al: next generation database layer for Drupal 7. 2008-08-21 19:36:39 +00:00
Dries Buytaert bd91faf66c - Patch #277440 by R.Muilwijk: fixed bug caching integers and doubles. Fixes 2 of the 3 failing cache tests. 2008-07-02 20:42:25 +00:00
Dries Buytaert 6e2358b232 - Patch #270045 by drewish, Susurrus: clean up return values. 2008-06-18 03:36:24 +00:00
Dries Buytaert 56d2664a90 - 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. 2008-04-14 17:48:46 +00:00
Gábor Hojtsy 8aeab150eb #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 2008-01-29 11:36:06 +00:00
Dries Buytaert 58852d4b7b - Patch #192736 by quicksketch et al: drag and drop for book module. 2007-11-26 16:19:37 +00:00
Gábor Hojtsy a069d06465 #195202 by pwolanin: clear block cache before page cache, so stale data will not end up in the cache 2007-11-26 08:18:50 +00:00
Gábor Hojtsy 8846d32f26 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) 2007-08-26 09:33:49 +00:00
Dries Buytaert 74292cd062 - Patch #80951 by killes, yched et al: block caching. 2007-08-19 08:08:45 +00:00
Dries Buytaert 1f86421497 - Patch #55516 by David Strauss et al: removed some database locking. 2007-05-25 21:01:30 +00:00
Gábor Hojtsy ed768b53c0 #136837: fix coding style issues of cache table name concatenation as noted by ChrisKennedy 2007-05-12 18:26:15 +00:00
Gábor Hojtsy e99c1203b8 #136837 by meba: PHP replaces {} enclosed variables in strings with the variable value itself, so cache tables were not prefixable 2007-05-12 12:43:07 +00:00
Dries Buytaert dbfcd7d137 - 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. 2007-04-25 21:34:32 +00:00
Dries Buytaert 840bb124ea - Patch #126867 by dmitrig01: made caching work with prefixing. 2007-04-15 15:38:35 +00:00
Dries Buytaert f4cbd7c63d - Patch #118660 by agentrickard: re-order arguments of cache_set() to match PHP/Drupal conventions. 2007-04-15 15:36:10 +00:00
Dries Buytaert deac3a0e9a - Patch #120146 by abautu: TRUNCATE TABLE replaced with DELETE FROM 2007-02-27 12:04:39 +00:00
Neil Drumm 3075e9c770 #92430 by Jo Wouters. Encode blobs as blobs. 2006-11-10 07:26:27 +00:00
Dries Buytaert 8fdf7a8750 - Patch #72290 by killes: split up the cache table. 2006-08-30 08:46:17 +00:00
Dries Buytaert e93f8be871 - Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants. 2006-07-05 11:45:51 +00:00
Neil Drumm 1e34796ada #71498 by Flanker, adding a cvs Id in cache.inc 2006-07-02 00:34:36 +00:00
Dries Buytaert c7ae77cf5f - Patch #67675 by chx: added support for multiple cache backends. 2006-06-14 14:01:12 +00:00