Class StorageCacheAbstractServiceFactory

Summary

Fully Qualified Name: Zend\Cache\Service\StorageCacheAbstractServiceFactory
Implements: AbstractFactoryInterface

Description

Storage cache factory for multiple caches.

Methods

Name Description Defined By
__invoke() Create an object StorageCacheAbstractServiceFactory
canCreate() StorageCacheAbstractServiceFactory
canCreateServiceWithName() StorageCacheAbstractServiceFactory
createServiceWithName() StorageCacheAbstractServiceFactory

Method Details

__invoke()

Create an object

Parameter Name Type Description
$container \ContainerInterface
$requestedName string
$options null|array

Returns: object

canCreate()

Parameter Name Type Description
$container \ContainerInterface
$requestedName string

Returns: bool

canCreateServiceWithName()

Parameter Name Type Description
$serviceLocator \ServiceLocatorInterface
$name string
$requestedName string

Returns: bool

createServiceWithName()

Parameter Name Type Description
$serviceLocator
$name
$requestedName

Returns: void

Top