public static class CacheManagementExtensions
<ExtensionAttribute>
Public NotInheritable Class CacheManagementExtensions
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type CacheManagementExtensions = class end
AddCacheTKey, TValue | 向缓存中添加键值对条目。 |
SetCacheTKey, TValue | 将指定的键值对存储到缓存中,并设置缓存项的过期时间。 |
TryGetValueTKey, TValue | 尝试从缓存中获取值。 |