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
Public Interface ICacheable
The ICacheable type exposes the following members.
Methods
| Name | Description |
---|
| PrepareForCache |
Called before the object is placed into the global cache.
|
TopSee Also