Show / Hide Table of Contents

Class UnityLegacyCacheMigrator

Carry out migration for cache format v0.0.21 and earlier

Inheritance
Object
LegacyCacheMigrator
UnityLegacyCacheMigrator
Implements
ICacheMigrator<CachedDownloadLicenseFile>
Inherited Members
LegacyCacheMigrator.Migrate(IFileReadWriteDelete, ICacheStorage<CachedDownloadLicenseFile>)
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Pixiv.VroidSdk.Unity.Cache
Assembly: Pixiv.VroidSdk.Unity.dll
Syntax
public sealed class UnityLegacyCacheMigrator : LegacyCacheMigrator, ICacheMigrator<CachedDownloadLicenseFile>

Constructors

UnityLegacyCacheMigrator(String)

Constructor

Declaration
public UnityLegacyCacheMigrator(string symbolPrefix)
Parameters
Type Name Description
String symbolPrefix

Directory name to store model file

Fields

PersistentDataPath

Unity Application.persistentDataPath

Declaration
public static readonly string PersistentDataPath
Field Value
Type Description
String

TemporaryCachePath

Unity Application.temporaryCachePath

Declaration
public static readonly string TemporaryCachePath
Field Value
Type Description
String

Implements

ICacheMigrator<TValue>
In This Article
Back to top Generated by DocFX