Class L1LastChanceInterceptor

  • All Implemented Interfaces:
    Visitor, AsyncInterceptor

    public class L1LastChanceInterceptor
    extends BaseRpcInterceptor
    L1 based interceptor that flushes the L1 cache at the end after a transaction/entry is committed to the data container but before the lock has been released. This is here to asynchronously clear any L1 cached values that were retrieved between when the data was updated, causing a L1 invalidation, and when the data was put into the data container
    Author:
    wburns