C# 클래스 SpeakFriend.Utilities.Web.Analysis.CacheItemWrapper

파일 보기 프로젝트 열기: teamaton/speak-lib

공개 메소드들

메소드 설명
CacheItemWrapper ( DictionaryEntry dictionaryEntry ) : System
GetSize ( ) : SpeakFriend.Utilities.ValueObjects.BinarySize

The approximate size assumed the value are serialized. It ignores completely references.

For unmanaged types the use of sizeof() and Marshal.SizeOf() could be considered.

ToCacheItemSummary ( ) : CacheItemTypeSummary

메소드 상세

CacheItemWrapper() 공개 메소드

public CacheItemWrapper ( DictionaryEntry dictionaryEntry ) : System
dictionaryEntry System.Collections.DictionaryEntry
리턴 System

GetSize() 공개 메소드

The approximate size assumed the value are serialized. It ignores completely references.
For unmanaged types the use of sizeof() and Marshal.SizeOf() could be considered.
public GetSize ( ) : SpeakFriend.Utilities.ValueObjects.BinarySize
리턴 SpeakFriend.Utilities.ValueObjects.BinarySize

ToCacheItemSummary() 공개 메소드

public ToCacheItemSummary ( ) : CacheItemTypeSummary
리턴 CacheItemTypeSummary