Show / Hide Table of Contents

Struct CacheIndex

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
[Obsolete("This struct is not for public use.")]
public struct CacheIndex

Fields

| Improve this Doc View Source

bytesUsed

Declaration
public int bytesUsed
Field Value
Type Description
Int32
| Improve this Doc View Source

expires

Declaration
public int expires
Field Value
Type Description
Int32
| Improve this Doc View Source

name

Declaration
public string name
Field Value
Type Description
String

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX