Table of Contents

Class LmesGenerateCodeCache

Namespace
CMS.Plugin.MesSuite.Abstractions
Assembly
CMS.Plugin.MesSuite.Abstractions.dll
public class LmesGenerateCodeCache
Inheritance
LmesGenerateCodeCache
Inherited Members

Methods

GetCache<T>(string)

获取缓存的方法

public T GetCache<T>(string key)

Parameters

key string

Returns

T

Type Parameters

T

SetCache(string, object, TimeSpan)

设置缓存的方法

public void SetCache(string key, object value, TimeSpan absoluteExpirationRelativeToNow)

Parameters

key string
value object
absoluteExpirationRelativeToNow TimeSpan