C# 클래스 UCosmic.Cache.ObjectCacheProvider

상속: IProvideCache
파일 보기 프로젝트 열기: ucosmic/UCosmicAlpha

공개 메소드들

메소드 설명
Add ( string key, object value, System.TimeSpan timeout ) : void
Contains ( string key ) : bool
Get ( string key ) : object
ObjectCacheProvider ( ObjectCache objectCache ) : System

메소드 상세

Add() 공개 메소드

public Add ( string key, object value, System.TimeSpan timeout ) : void
key string
value object
timeout System.TimeSpan
리턴 void

Contains() 공개 메소드

public Contains ( string key ) : bool
key string
리턴 bool

Get() 공개 메소드

public Get ( string key ) : object
key string
리턴 object

ObjectCacheProvider() 공개 메소드

public ObjectCacheProvider ( ObjectCache objectCache ) : System
objectCache ObjectCache
리턴 System