createCache() public method

Create the cache handler.
public createCache ( ) : Horde_Kolab_Storage_Cache
return Horde_Kolab_Storage_Cache The cache handler.
Exemplo n.º 1
0
 public function testCacheFilebased()
 {
     $factory = new Horde_Kolab_Storage_Factory();
     $this->assertInstanceOf('Horde_Kolab_Storage_Cache', $factory->createCache(array()));
 }