]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Shared cache key option for Geonames plugin, lets multi-instance sites share their...
authorBrion Vibber <brion@pobox.com>
Tue, 30 Mar 2010 19:19:25 +0000 (12:19 -0700)
committerBrion Vibber <brion@pobox.com>
Tue, 30 Mar 2010 19:20:46 +0000 (12:20 -0700)
commitf19b95d9b7daa82e73ca2ebf23ca55712de73107
tree0a421992eba3d2b2e98971664156020d8d02c4a5
parent804182e0fea025b80282b45a1c3205e39a63e3d6
Shared cache key option for Geonames plugin, lets multi-instance sites share their cached geoname lookups.

Example:
  unset($config['plugins']['default']['Geonames']);
  addPlugin('Geonames', array('cachePrefix' => 'statusnet:shared'));
plugins/GeonamesPlugin.php