summaryrefslogtreecommitdiff
path: root/classes/Memcached_DataObject.php
AgeCommit message (Expand)Author
2009-01-22Was accidentally not saving cached items (doh!)Evan Prodromou
2009-01-22Fixed bug in caching of queriesEvan Prodromou
2009-01-22Return $inst, not $cls, if no cache in Memcached_DataObjectEvan Prodromou
2009-01-22Add a method the memcached_object that lets it cache query resultsEvan Prodromou
2008-12-23change function headers to K&R styleEvan Prodromou
2008-12-23replace NULL with nullEvan Prodromou
2008-12-23replace all tabs with four spacesEvan Prodromou
2008-12-10always return a variable by referenceEvan Prodromou
2008-11-23sphinx: fallback if no connectionmillette
2008-11-20sphinx search for noticesmillette
2008-10-02add methods to Memcached_DataObject for caching compound keysEvan Prodromou
2008-09-30don't encache on insert; misses timestampsEvan Prodromou
2008-09-27slightly better check on $orig in update()Evan Prodromou
2008-09-26move memcache connections to util.phpEvan Prodromou
2008-09-26handle multiple memcached serversEvan Prodromou
2008-09-26wasn't returning results of updateEvan Prodromou
2008-09-26another false-for-errorEvan Prodromou
2008-09-26Memcache returns false on cache missEvan Prodromou
2008-09-26don't record null key valuesEvan Prodromou
2008-09-26hack to make keys workEvan Prodromou
2008-09-26handle one-argument calls to staticGetEvan Prodromou
2008-09-26better deletes and key namesEvan Prodromou
2008-09-26try to make some static/non-static stuff work rightEvan Prodromou
2008-09-26better handling of staticGetEvan Prodromou
2008-09-26path correct in require_once for memcachedEvan Prodromou
2008-09-26rename cached object fileEvan Prodromou