Click or drag to resize

ICacheable Interface

Defines the ICacheable interface. Objects that implment this interface require handling during cache.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public interface ICacheable

The ICacheable type exposes the following members.

Methods
  NameDescription
Public methodPrepareForCache
Called before the object is placed into the global cache.
Top
See Also