C# 클래스 NovelTheory.Component.CacheHelper

파일 보기 프로젝트 열기: jamescurran/JavascriptHelper

공개 메소드들

메소드 설명
Store ( this cache, string key, object value ) : object

메소드 상세

Store() 공개 정적인 메소드

public static Store ( this cache, string key, object value ) : object
cache this
key string
value object
리턴 object