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 14 of file SerializedValueContainer.php.
|
static |
mixed | $value |
Definition at line 35 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 24 of file SerializedValueContainer.php.
const Wikimedia\ObjectCache\Serialized\SerializedValueContainer::SEGMENTED_HASHES = '__hashes__' |
Definition at line 18 of file SerializedValueContainer.php.
Referenced by Wikimedia\ObjectCache\MediumSpecificBagOStuff\delete(), and Wikimedia\ObjectCache\MediumSpecificBagOStuff\resolveSegments().