C# Class Universe.Services.GlynnTuckerAssetCache

Inheritance: IService, IImprovedAssetCache
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Méthodes publiques

Méthode Description
Cache ( string assetID, AssetBase asset ) : void
CacheData ( string assetID, byte asset ) : void
Clear ( ) : void
Contains ( string id ) : bool
Expire ( string id ) : void
FinishedStartup ( ) : void
Get ( string id ) : AssetBase
Get ( string id, bool &found ) : AssetBase
GetData ( string id, bool &found ) : byte[]
Initialize ( IConfigSource config, IRegistryCore registry ) : void
Start ( IConfigSource config, IRegistryCore registry ) : void

Private Methods

Méthode Description
Debug ( Object asset ) : void

Method Details

Cache() public méthode

public Cache ( string assetID, AssetBase asset ) : void
assetID string
asset Universe.Framework.Services.ClassHelpers.Assets.AssetBase
Résultat void

CacheData() public méthode

public CacheData ( string assetID, byte asset ) : void
assetID string
asset byte
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( string id ) : bool
id string
Résultat bool

Expire() public méthode

public Expire ( string id ) : void
id string
Résultat void

FinishedStartup() public méthode

public FinishedStartup ( ) : void
Résultat void

Get() public méthode

public Get ( string id ) : AssetBase
id string
Résultat Universe.Framework.Services.ClassHelpers.Assets.AssetBase

Get() public méthode

public Get ( string id, bool &found ) : AssetBase
id string
found bool
Résultat Universe.Framework.Services.ClassHelpers.Assets.AssetBase

GetData() public méthode

public GetData ( string id, bool &found ) : byte[]
id string
found bool
Résultat byte[]

Initialize() public méthode

public Initialize ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
Résultat void

Start() public méthode

public Start ( IConfigSource config, IRegistryCore registry ) : void
config IConfigSource
registry IRegistryCore
Résultat void