README
Todo List
Implements interfaces:
void clearAll( string $nsKey)
void clearKey( string $nsKey, string $itemKey)
void exportToByteStream( string $nsKey, string $itemKey, Swift_InputByteStream $is)
Swift_InputByteStream getInputByteStream( string $nsKey, string $itemKey, [Swift_InputByteStream $writeThrough = null])
NOTE: The stream will always write in append mode.
string getString( string $nsKey, string $itemKey)
boolean hasKey( string $nsKey, string $itemKey)
void importFromByteStream( string $nsKey, string $itemKey, Swift_OutputByteStream $os, int $mode)
void setString( string $nsKey, string $itemKey, string $string, int $mode)