Click or drag to resize
ICacheWriter Methods

The ICacheWriter type exposes the following members.

Methods
  NameDescription
Public methodBeforeCreate
Called before an entry is created. Entry creation is initiated by a Create, a Put, or a Get.
Public methodBeforeDestroy
Called before an entry is destroyed.
Public methodBeforeRegionClear
Called before this region is cleared.
Public methodBeforeRegionDestroy
Called before this region is destroyed.
Public methodBeforeUpdate
Called before an entry is updated. The entry update is initiated by a Put or a Get that causes the loader to update an existing entry.
Public methodClose
Called when the region containing this callback is destroyed, when the cache is closed.
Top
See Also