PHP Interface AppserverIo\Appserver\PersistenceContainer\Doctrine\V2\CacheFactories\CacheFactoryInterface

Author: Tim Wagner ([email protected])
Author: Bernhard Wick ([email protected])
Show file Open project: appserver-io/appserver

Public Methods

Method Description
get ( array $configuration = [] ) : CacheProvider Return's the new cache instance.

Method Details

get() public static method

Return's the new cache instance.
public static get ( array $configuration = [] ) : CacheProvider
$configuration array The cache configuration
return Doctrine\Common\Cache\CacheProvider The cache instance