Show / Hide Table of Contents

Struct Cache

Implements
IEquatable<Cache>
Inherited Members
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public struct Cache : IEquatable<Cache>

Properties

| Improve this Doc View Source

expirationDelay

Declaration
public int expirationDelay { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

index

Declaration
public int index { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

maximumAvailableStorageSpace

Declaration
public long maximumAvailableStorageSpace { get; set; }
Property Value
Type Description
Int64
| Improve this Doc View Source

path

Declaration
public string path { get; }
Property Value
Type Description
String
| Improve this Doc View Source

readOnly

Declaration
public bool readOnly { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

ready

Declaration
public bool ready { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

spaceFree

Declaration
public long spaceFree { get; }
Property Value
Type Description
Int64
| Improve this Doc View Source

spaceOccupied

Declaration
public long spaceOccupied { get; }
Property Value
Type Description
Int64
| Improve this Doc View Source

valid

Declaration
public bool valid { get; }
Property Value
Type Description
Boolean

Methods

| Improve this Doc View Source

ClearCache()

Declaration
public bool ClearCache()
Returns
Type Description
Boolean
| Improve this Doc View Source

ClearCache(Int32)

Declaration
public bool ClearCache(int expiration)
Parameters
Type Name Description
Int32 expiration
Returns
Type Description
Boolean
| Improve this Doc View Source

Equals(Object)

Declaration
public override bool Equals(object other)
Parameters
Type Name Description
Object other
Returns
Type Description
Boolean
Overrides
ValueType.Equals(Object)
| Improve this Doc View Source

Equals(Cache)

Declaration
public bool Equals(Cache other)
Parameters
Type Name Description
Cache other
Returns
Type Description
Boolean
| Improve this Doc View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
Int32
Overrides
ValueType.GetHashCode()

Operators

| Improve this Doc View Source

Equality(Cache, Cache)

Declaration
public static bool operator ==(Cache lhs, Cache rhs)
Parameters
Type Name Description
Cache lhs
Cache rhs
Returns
Type Description
Boolean
| Improve this Doc View Source

Inequality(Cache, Cache)

Declaration
public static bool operator !=(Cache lhs, Cache rhs)
Parameters
Type Name Description
Cache lhs
Cache rhs
Returns
Type Description
Boolean

Implements

System.IEquatable<T>

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