C# Class Hd.Portal.Components.Cache

显示文件 Open project: TargetProcess/Tp.HelpDesk

Public Methods

Method Description
Get ( string key ) : object
Set ( string key, object value, int minutes ) : void

Method Details

Get() public method

public Get ( string key ) : object
key string
return object

Set() public method

public Set ( string key, object value, int minutes ) : void
key string
value object
minutes int
return void