C# Class NetMud.DataAccess.Cache.PlayerDataCacheKey

A cache key for live entities
Inheritance: ICacheKey
Mostrar archivo Open project: SwiftAusterity/NetMud Class Usage Examples

Public Methods

Method 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 method

Hash key used by the cache system
public KeyHash ( ) : string
return string

PlayerDataCacheKey() public method

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
return System