C# 클래스 RunningObjects.Core.Caching.CacheProvider

파일 보기 프로젝트 열기: edurdias/RunningObjects

공개 메소드들

메소드 설명
Add ( string key, object entry, int duration ) : object
Contains ( string key ) : bool
Get ( string key ) : object
Remove ( string key ) : object

메소드 상세

Add() 공개 정적인 메소드

public static Add ( string key, object entry, int duration ) : object
key string
entry object
duration int
리턴 object

Contains() 공개 메소드

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

Get() 공개 메소드

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

Remove() 공개 정적인 메소드

public static Remove ( string key ) : object
key string
리턴 object