Methods

Get iterator mode

getMode() : int

Returns

intValue of IteratorInterface::CURRENT_AS_*

Get storage instance

getStorage() : \Zend\Cache\Storage\StorageInterface

Set iterator mode

setMode(int $mode) : \Zend\Cache\Storage\IteratorInterface

Parameters

$mode

int

Value of IteratorInterface::CURRENT_AS_*

Returns

 Constants

 

CURRENT_AS_KEY

CURRENT_AS_KEY 

   

CURRENT_AS_SELF

CURRENT_AS_SELF 

 

CURRENT_AS_VALUE

CURRENT_AS_VALUE