MediaWiki master
|
Helper class for segmenting large cache values without relying on serializing classes. More...
Static Public Member Functions | |
static | isSegmented ( $value) |
static | newSegmented (array $segmentHashList) |
Public Attributes | |
const | SEGMENTED_HASHES = '__hashes__' |
Helper class for segmenting large cache values without relying on serializing classes.
Definition at line 15 of file SerializedValueContainer.php.
|
static |
mixed | $value |
Definition at line 36 of file SerializedValueContainer.php.
Referenced by Wikimedia\ObjectCache\MediumSpecificBagOStuff\delete(), and Wikimedia\ObjectCache\MediumSpecificBagOStuff\resolveSegments().
|
static |
string[] | $segmentHashList | Ordered list of hashes for each segment |
Definition at line 25 of file SerializedValueContainer.php.
const Wikimedia\ObjectCache\SerializedValueContainer::SEGMENTED_HASHES = '__hashes__' |
Definition at line 19 of file SerializedValueContainer.php.
Referenced by Wikimedia\ObjectCache\MediumSpecificBagOStuff\delete(), and Wikimedia\ObjectCache\MediumSpecificBagOStuff\resolveSegments().