C# Class IndieAPI.Server.Services.CacheBox

ファイルを表示 Open project: SyncZone/IndieAPI

Public Methods

Method Description
Delete ( String key ) : void
Get ( String key, String &value, Int32 &durationMinutes ) : void
Initialize ( ) : void
Release ( ) : void
Set ( String key, String value, Double expire ) : void
SetExpireTime ( String key, Double expire ) : void

Private Methods

Method Description
CacheBox ( ) : System
CheckExpiredItem ( ) : System.Boolean

Method Details

Delete() public method

public Delete ( String key ) : void
key String
return void

Get() public method

public Get ( String key, String &value, Int32 &durationMinutes ) : void
key String
value String
durationMinutes System.Int32
return void

Initialize() public method

public Initialize ( ) : void
return void

Release() public method

public Release ( ) : void
return void

Set() public method

public Set ( String key, String value, Double expire ) : void
key String
value String
expire Double
return void

SetExpireTime() public method

public SetExpireTime ( String key, Double expire ) : void
key String
expire Double
return void