Show / Hide Table of Contents

Class DownloadLicenseCacheStorage.StorageData

Storage data

Inheritance
Object
DownloadLicenseCacheStorage.StorageData
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
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

In This Article
Back to top Generated by DocFX