C# Class NetMud.DataAccess.Cache.PlayerDataCacheKey

A cache key for live entities
Inheritance: ICacheKey
Afficher le fichier Open project: SwiftAusterity/NetMud Class Usage Examples

Méthodes publiques

Méthode Description
KeyHash ( ) : string

Hash key used by the cache system

PlayerDataCacheKey ( Type objectType, string accountHandle, long characterId ) : System

Generate a live key for a live object

Method Details

KeyHash() public méthode

Hash key used by the cache system
public KeyHash ( ) : string
Résultat string

PlayerDataCacheKey() public méthode

Generate a live key for a live object
public PlayerDataCacheKey ( Type objectType, string accountHandle, long characterId ) : System
objectType System.Type System type of the entity being cached
accountHandle string
characterId long
Résultat System