CacheHelperGetCache Method | Helper帮助文档 |
获取数据缓存
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Object GetCache( string CacheKey )
Public Shared Function GetCache ( CacheKey As String ) As Object
public: static Object^ GetCache( String^ CacheKey )
static member GetCache : CacheKey : string -> Object
Parameters
- CacheKey
- Type: SystemString
键
Return Value
Type: Object[Missing <returns> documentation for "M:HD.Common.CacheHelper.GetCache(System.String)"]
See Also