JHCache Methods

DCSoft.DBUtilityGeneric

JHCache Methods

The JHCache type exposes the following members.

Methods
  Name Description
Public method Equals (Inherited from Object.)
Public method Static member GetTtype(String)
获取当前应用程序的 System.Web.Caching.Cache 中存放的指定键的值 如果异常或获取为 null,则返回当前类型的默认值 default(Ttype)
Public method Static member GetTtype(String, Ttype)
获取当前应用程序的 System.Web.Caching.Cache 中存放的指定键的值
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Static member Set(String, Object, DateTime)
将指定项添加到 System.Web.Caching.Cache 对象 使用较高的优先级别,在服务器释放系统内存时,具有该优先级级别的缓存项最不可能被从缓存删除
Public method Static member Set(String, Object, DateTime, CacheItemPriority)
将指定项添加到 System.Web.Caching.Cache 对象
Public method ToString (Inherited from Object.)
Top
See Also