Tuitter_Cache_Interface

The interface of the Tuitter cache storage.

The custome caching storage should implement this interface.

Methods

get( $key )

Get value from cache storage by the unique key.

put( $key, $data )

Put value into cache storage by the unique key.
$data would only be strings.