C# 클래스 NetMud.DataAccess.Cache.PlayerDataCacheKey

A cache key for live entities
상속: ICacheKey
파일 보기 프로젝트 열기: SwiftAusterity/NetMud 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

KeyHash() 공개 메소드

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

PlayerDataCacheKey() 공개 메소드

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
리턴 System