summaryrefslogtreecommitdiff
path: root/plugins/MemcachePlugin.php
AgeCommit message (Collapse)Author
2010-01-07add version information to MemcachePluginEvan Prodromou
2010-01-04make compression threshold and min savings config attrs for MemcachePluginEvan Prodromou
2010-01-04Enable memcache automatic compression, starting at 20k and only if ↵Craig Andrews
compression gain is greater than 20%. Allows storage of larger objects (over 1mb in size uncompressed), such as huge LDAP schemas. Should also improve cache efficiency (allows more stuff to be stored in same memory) and reduce network latency (less data transfer) (redo commit 1e9c03e1993b5d2978ac4c5213a8a64e0150b4a2 which was apparently lost during pluginization)
2010-01-02First version of Memcache pluginEvan Prodromou