]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Stop caching unfindable keys
authorEvan Prodromou <evan@status.net>
Mon, 4 Jan 2010 18:59:19 +0000 (08:59 -1000)
committerEvan Prodromou <evan@status.net>
Mon, 4 Jan 2010 18:59:19 +0000 (08:59 -1000)
commit5a1ea0b9b28138bc4e06d96e2910b0cf3be1eab2
tree26fcb30458844e839ba79fe3c98c8cdaba8171f1
parent8f362e9956ef699511344e0a494669ae78aa93eb
Stop caching unfindable keys

There were some problems with the automated cache/uncache system
for data objects that made us cache unfindable keys (with null
attributes and sometimes null names). Fixed those problems and
refactored the encache() and decache() methods so they use a helper
to find the cache keys to use.
classes/Memcached_DataObject.php