C# 클래스 NSoft.NFramework.Caching.SharedCache.NHCaches.SharedCacheEntry

상속: ValueObjectBase
파일 보기 프로젝트 열기: debop/NFramework 1 사용 예제들

공개 메소드들

메소드 설명
GetHashCode ( ) : int
SharedCacheEntry ( ) : System
SharedCacheEntry ( string id, byte value ) : System
ToString ( ) : string

메소드 상세

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

SharedCacheEntry() 공개 메소드

public SharedCacheEntry ( ) : System
리턴 System

SharedCacheEntry() 공개 메소드

public SharedCacheEntry ( string id, byte value ) : System
id string
value byte
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string