Click or drag to resize
CachedHelper Class
流程定义文件Cache
Inheritance Hierarchy
SystemObject
  Slickflow.Engine.UtilityCachedHelper

Namespace: Slickflow.Engine.Utility
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
internal class CachedHelper

The CachedHelper type exposes the following members.

Constructors
  NameDescription
Private methodStatic memberCachedHelper
Public methodCachedHelper
Initializes a new instance of the CachedHelper class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Protected methodStatic memberGetEntityCache
读取实体Reader转换的动态映射方法缓存
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodStatic memberGetXpdlCache
读取流程文件的缓存
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodStatic memberSetEntityCache
设置实体Reader转换的动态映射方法缓存
Protected methodStatic memberSetXpdlCache
设置流程文件缓存
Public methodToString (Inherited from Object.)
Top
See Also