1820. Function

1820.1. Zend\Cache\Storage\getStorage

ZendCacheStoragegetStorage()

Get storage instance

Return type:StorageInterface

1821. Function

1821.1. Zend\Cache\Storage\getMode

ZendCacheStoragegetMode()

Get iterator mode

Return type:int Value of IteratorInterface::CURRENT_AS_*

1822. Function

1822.1. Zend\Cache\Storage\setMode

ZendCacheStoragesetMode()

Set iterator mode

Parameters:int – Value of IteratorInterface::CURRENT_AS_*
Return type:IteratorInterface Fluent interface

1822.1.1. CURRENT_AS_SELF

1822.1.2. CURRENT_AS_KEY

1822.1.3. CURRENT_AS_VALUE

1822.1.4. CURRENT_AS_METADATA