Class PassivationWriterInterceptor

All Implemented Interfaces:
Visitor, AsyncInterceptor, JmxStatisticsExposer

public class PassivationWriterInterceptor extends CacheWriterInterceptor
Passivation writer ignores any create/modify operations and only does removals. The writes are done via eviction or shutdown only.
Since:
15.0
Author:
William Burns