Class DownloadLicenseCacheStorage.StorageData
Storage data
Inherited Members
Namespace: Pixiv.VroidSdk.Cache.DataModel
Assembly: Pixiv.VroidSdk.dll
Syntax
public sealed class StorageData
Fields
CachedData
Cached data
Declaration
public List<DownloadLicenseCacheStorage.Entity> CachedData
Field Value
Type | Description |
---|---|
List<DownloadLicenseCacheStorage.Entity> |
SchemaVersion
Cache schema version
Declaration
public int SchemaVersion
Field Value
Type | Description |
---|---|
Int32 |
Methods
ConvertToDictionary()
Convert cached key-value pair to Dictionary<TKey,TValue>
Declaration
public Dictionary<string, CachedDownloadLicenseFile> ConvertToDictionary()
Returns
Type | Description |
---|---|
Dictionary<String, CachedDownloadLicenseFile> | Cached key-value pair |