C# Class NovelTheory.Component.CacheHelper

Mostrar archivo Open project: jamescurran/JavascriptHelper

Public Methods

Method Description
Store ( this cache, string key, object value ) : object

Method Details

Store() public static method

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