|
MediaWiki REL1_39
|
Helper class for segmenting large cache values without relying on serializing classes. More...
Static Public Member Functions | |
| static | isSegmented ( $value) |
| static | isUnified ( $value) |
| static | newSegmented (array $segmentHashList) |
| static | newUnified ( $serialized) |
Public Attributes | |
| const | SEGMENTED_HASHES = '__hashes__' |
| const | UNIFIED_DATA = '__data__' |
Helper class for segmenting large cache values without relying on serializing classes.
Definition at line 8 of file SerializedValueContainer.php.
|
static |
| mixed | $value |
Definition at line 55 of file SerializedValueContainer.php.
Referenced by MediumSpecificBagOStuff\delete().
|
static |
| mixed | $value |
Definition at line 44 of file SerializedValueContainer.php.
Referenced by MediumSpecificBagOStuff\resolveSegments().
|
static |
| string[] | $segmentHashList | Ordered list of hashes for each segment |
Definition at line 33 of file SerializedValueContainer.php.
Referenced by MediumSpecificBagOStuff\makeValueOrSegmentList().
|
static |
| string | $serialized |
Definition at line 22 of file SerializedValueContainer.php.
References $serialized.
| const SerializedValueContainer::SEGMENTED_HASHES = '__hashes__' |
Definition at line 16 of file SerializedValueContainer.php.
Referenced by MediumSpecificBagOStuff\delete().
| const SerializedValueContainer::UNIFIED_DATA = '__data__' |
Definition at line 15 of file SerializedValueContainer.php.
Referenced by MediumSpecificBagOStuff\resolveSegments().