TYPO3  7.6
Public Member Functions | List of all members
Swift_KeyCache_KeyCacheInputStream Interface Reference
Inheritance diagram for Swift_KeyCache_KeyCacheInputStream:
Swift_InputByteStream Swift_KeyCache_SimpleKeyCacheInputStream

Public Member Functions

 setKeyCache (Swift_KeyCache $keyCache)
 
 setNsKey ($nsKey)
 
 setItemKey ($itemKey)
 
 setWriteThroughStream (Swift_InputByteStream $is)
 
 __clone ()
 
- Public Member Functions inherited from Swift_InputByteStream
 write ($bytes)
 
 commit ()
 
 bind (Swift_InputByteStream $is)
 
 unbind (Swift_InputByteStream $is)
 
 flushBuffers ()
 

Detailed Description

Writes data to a KeyCache using a stream.

Author
Chris Corbyn

Definition at line 16 of file KeyCacheInputStream.php.

Member Function Documentation

__clone ( )

Any implementation should be cloneable, allowing the clone to access a separate $nsKey and $itemKey.

Implemented in Swift_KeyCache_SimpleKeyCacheInputStream.

setItemKey (   $itemKey)

Set the itemKey which will be written to.

Parameters
string$itemKey

Implemented in Swift_KeyCache_SimpleKeyCacheInputStream.

setKeyCache ( Swift_KeyCache  $keyCache)

Set the KeyCache to wrap.

Parameters
Swift_KeyCache$keyCache

Implemented in Swift_KeyCache_SimpleKeyCacheInputStream.

setNsKey (   $nsKey)

Set the nsKey which will be written to.

Parameters
string$nsKey

Implemented in Swift_KeyCache_SimpleKeyCacheInputStream.

setWriteThroughStream ( Swift_InputByteStream  $is)

Specify a stream to write through for each write().

Parameters
Swift_InputByteStream$is

Implemented in Swift_KeyCache_SimpleKeyCacheInputStream.