$_last_cache
$_last_cache :array
cache for the traffic limiter
AbstractData
Abstract model for data access
_upload( $key, $payload): boolean
Uploads the payload in the $this->_bucket under the specified key.
The entire payload is stored as a JSON document. The metadata is replicated as the S3 object's metadata except for the fields attachment, attachmentname and salt.
$key | string to store the payload under |
|
$payload | array to store |
true if successful, otherwise false.