프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
AddToCache ( object item, string key, int expirationMinutes ) : void | ||
Clear ( ) : void | ||
Delete ( string key ) : void | ||
ReadFromCache ( string key ) : object |
public AddToCache ( object item, string key, int expirationMinutes ) : void | ||
item | object | |
key | string | |
expirationMinutes | int | |
리턴 | void |