Class DownloadLicenseCacheStorage.StorageData
ストレージデータ
Inherited Members
Namespace: Pixiv.VroidSdk.Cache.DataModel
Assembly: Pixiv.VroidSdk.dll
Syntax
public sealed class StorageData
Fields
CachedData
キャッシュされたデータ
Declaration
public List<DownloadLicenseCacheStorage.Entity> CachedData
Field Value
Type | Description |
---|---|
List<DownloadLicenseCacheStorage.Entity> |
SchemaVersion
キャッシュのスキーマバージョン
Declaration
public int SchemaVersion
Field Value
Type | Description |
---|---|
Int32 |
Methods
ConvertToDictionary()
キャッシュしているkey-valueペアをDictionary<TKey,TValue>に変換する
Declaration
public Dictionary<string, CachedDownloadLicenseFile> ConvertToDictionary()
Returns
Type | Description |
---|---|
Dictionary<String, CachedDownloadLicenseFile> | キャッシュしているkey-valueペア |