Class Swift_KeyCache_NullKeyCache
A null KeyCache that does not cache at all.
- Swift_KeyCache_NullKeyCache implements Swift_KeyCache
Package: Swift\KeyCache
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/KeyCache/NullKeyCache.php
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/KeyCache/NullKeyCache.php
public
|
|
public
|
#
importFromByteStream( string $nsKey, string $itemKey,
Set a ByteStream into the cache under $itemKey for the namespace $nsKey. |
public
|
#
getInputByteStream( string $nsKey, string $itemKey,
Provides a ByteStream which when written to, writes data to $itemKey. NOTE: The stream will always write in append mode. |
public
string
|
|
public
|
#
exportToByteStream( string $nsKey, string $itemKey,
Get data back out of the cache as a ByteStream. |
public
boolean
|
|
public
|
|
public
|
MODE_APPEND,
MODE_WRITE
|