177. Class

177.1. Zend\Cache\StorageFactory

177.1.1. Methods

177.1.1.1. factory

factory()

The storage factory This can instantiate storage adapters and plugins.

Parameters:array|Traversable
Return type:StorageStorageInterface
Throws :ExceptionInvalidArgumentException

177.1.1.2. adapterFactory

adapterFactory()

Instantiate a storage adapter

Parameters:
  • string|StorageStorageInterface
  • array|Traversable|StorageAdapterAdapterOptions
Return type:

StorageStorageInterface

Throws :

ExceptionRuntimeException

177.1.1.3. getAdapterPluginManager

getAdapterPluginManager()

Get the adapter plugin manager

Return type:StorageAdapterPluginManager

177.1.1.4. setAdapterPluginManager

setAdapterPluginManager()

Change the adapter plugin manager

Parameters:StorageAdapterPluginManager
Return type:void

177.1.1.5. resetAdapterPluginManager

resetAdapterPluginManager()

Resets the internal adapter plugin manager

Return type:void

177.1.1.6. pluginFactory

pluginFactory()

Instantiate a storage plugin

Parameters:
  • string|StoragePluginPluginInterface
  • array|Traversable|StoragePluginPluginOptions
Return type:

StoragePluginPluginInterface

Throws :

ExceptionRuntimeException

177.1.1.7. getPluginManager

getPluginManager()

Get the plugin manager

Return type:StoragePluginManager

177.1.1.8. setPluginManager

setPluginManager()

Change the plugin manager

Parameters:StoragePluginManager
Return type:void

177.1.1.9. resetPluginManager

resetPluginManager()

Resets the internal plugin manager

Return type:void