Class MemcacheServiceRetryProxy

  • All Implemented Interfaces:
    InvocationHandler

    public class MemcacheServiceRetryProxy
    extends Object
    implements InvocationHandler

    Dynamic proxy which wraps a MemcacheService and adds retries when an exception occurs. It logs and masks exceptions on complete failure.

    Author:
    Jeff Schnitzer