Class TransactionalExceptionEvictionInterceptor

  • All Implemented Interfaces:
    Visitor, AsyncInterceptor

    public class TransactionalExceptionEvictionInterceptor
    extends DDAsyncInterceptor
    Interceptor that prevents the cache from inserting too many entries over a configured maximum amount. This interceptor assumes that there is a transactional cache without one phase commit semantics.
    Since:
    9.0
    Author:
    wburns