]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Add some basic memcached handling to status_network
authorEvan Prodromou <evan@controlyourself.ca>
Tue, 16 Jun 2009 04:33:56 +0000 (21:33 -0700)
committerEvan Prodromou <evan@controlyourself.ca>
Tue, 16 Jun 2009 04:33:56 +0000 (21:33 -0700)
commit0a886868fb25ec1e2500ea2be0ea06c73cb0b2b2
treef60291c67ed98b377913a1d9ea1fb76dc1b216b0
parent8c24a3bc92484d19ed4ba489d2d7b1172f4b355d
Add some basic memcached handling to status_network

Status_network can't be a subclass of Memcached_DataObject -- the
latter is too entrenched in Laconica's memc handling functions, which
aren't loaded when Status_network is running! But the importance of
caching these values can't be overstated. So, a considerably
slimmed-down version of the Memcached_DataObject code is transcribed
into Status_network.
classes/Status_network.php