Manual:SqlBlobStore.php
Appearance
MediaWiki file: SqlBlobStore.php | |
---|---|
Location: | includes/Storage/ |
Source code: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Classes: | MediaWiki\Storage\SqlBlobStore |
A service for storing and loading data blobs representing revision content.
Public methods
[edit]- getCacheExpiry()
- setCacheExpiry()
- getCompressBlobs()
- setCompressBlobs()
- getLegacyEncoding()
- setLegacyEncoding()
- getUseExternalStore()
- setUseExternalStore()
- storeBlob()
- getBlob()
- getBlobBatch() - batched version of BlobStore::getBlob.
- expandBlob()
- compressData()
- decompressData()
- splitBlobAddress()
- isReadOnly()