CacheHelperRemoveAllCache Method (String) | Helper帮助文档 |
移除指定数据缓存
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void RemoveAllCache( string CacheKey )
Public Shared Sub RemoveAllCache ( CacheKey As String )
public: static void RemoveAllCache( String^ CacheKey )
static member RemoveAllCache : CacheKey : string -> unit
Parameters
- CacheKey
- Type: SystemString
[Missing <param name="CacheKey"/> documentation for "M:HD.Common.CacheHelper.RemoveAllCache(System.String)"]
See Also