Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-05 | Cache fixes: | Brion Vibber | |
* We now cache negative lookups; clear them in Memcached_DataObject->insert() * Mark file.url as a unique key in statusnet.ini so its negative lookups are cleared properly (first save of a notice with a new URL was failing due to double-insert) * Now using serialization for default in-process cache instead of just saving objects; avoids potential corruption if you save an object to cache, change the original object, then fetch the same key from cache again | |||
2010-01-05 | Typo fix in the new default in-process cache; spewed notice warnings on ↵ | Brion Vibber | |
deletion, breaking XHR responses. | |||
2010-01-04 | default value for cache::get() changed from null to false | Evan Prodromou | |
2010-01-03 | Remove logging from default cache | Evan Prodromou | |
2010-01-02 | First version of Memcache plugin | Evan Prodromou | |
2010-01-02 | Make cache.php PHPCS-clean | Evan Prodromou | |
2010-01-02 | invert if for cache handling | Evan Prodromou | |
2010-01-02 | fix default array implementation checks | Evan Prodromou | |
2010-01-02 | Make caching a plugin system | Evan Prodromou | |