Commit Graph

14 Commits (47095ffb3cc73f45763b707b7f082707fe9180dd)

Author SHA1 Message Date
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