Consistenly allow setting prefix for cache entries.
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 13 Jun 2010 17:12:50 +0000 (13:12 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 13 Jun 2010 17:12:50 +0000 (13:12 -0400)
commit74e214448a7c9f3f73f1490494b508ef7a918a6a
tree43c14e59872bae68502f54ebca033501154722f4
parentb1bf8f716b5612012fb2023aac6be8d7facd139c
Consistenly allow setting prefix for cache entries.

For drivers where this makes sense, always allow setting a cache entry prefix
for preventing entry collisions from multiple horde instances on the same
physical box and for forcing the use of a certain prefix, regardless of the
servername we are hitting from. (This last point fixes an issue where a cache entry would
not expire when the entry was cached while accessing horde's data via the api from
a different virtual server).
framework/Cache/lib/Horde/Cache/Apc.php
framework/Cache/lib/Horde/Cache/Base.php
framework/Cache/lib/Horde/Cache/Eaccelerator.php
framework/Cache/lib/Horde/Cache/File.php
framework/Cache/lib/Horde/Cache/Memcache.php
framework/Cache/lib/Horde/Cache/Xcache.php
framework/Cache/lib/Horde/Cache/Zps4.php
horde/config/conf.php.mine [new file with mode: 0644]
horde/config/conf.xml