Method | Description | |
---|---|---|
Combine ( ) : |
合并多个缓存无效策略
|
|
Create ( System.DateTime expires ) : |
从固定过期时间创建缓存无效策略
|
|
GetCacheState ( ) : CacheState |
获取缓存项有效状态
|
|
Parse ( string text ) : |
从文本中解析出缓存无效策略
|
|
operator ( ) : |
合并两个缓存无效策略
|
Method | Description | |
---|---|---|
ParseItem ( string text ) : |
public static Create ( System.DateTime expires ) : |
||
expires | System.DateTime | 过期时间 |
return |
public abstract GetCacheState ( ) : CacheState | ||
return | CacheState |
public static Parse ( string text ) : |
||
text | string | |
return |