Now that Horde_Cache is empty we can make it an interface.
authorGunnar Wrobel <p@rdus.de>
Tue, 27 Apr 2010 03:04:43 +0000 (05:04 +0200)
committerGunnar Wrobel <wrobel@temple.(none)>
Tue, 27 Apr 2010 05:34:50 +0000 (07:34 +0200)
commit621d7582253c9684921cb6d4d44014d6348b860b
tree9a81682ada4e63046fff6024af84d0e21466b39d
parent1b5e47ded3936000a767336d9b69a22212e46459
Now that Horde_Cache is empty we can make it an interface.

Throughout the application we refer to "an instance of Horde_Cache"
and we actually bind the cache to "Horde_Cache" in the injector. The
natural choice is to define it as the interface of the class.
framework/Cache/lib/Horde/Cache.php
framework/Cache/lib/Horde/Cache/Base.php