Class CallbackAwareCachePeer

java.lang.Object
com.atlassian.jira.cluster.distribution.CallbackAwareCachePeer
All Implemented Interfaces:
Remote, net.sf.ehcache.distribution.CachePeer

public class CallbackAwareCachePeer extends Object implements net.sf.ehcache.distribution.CachePeer
CachePeer implementation which allows a callback to be notified of method success and failure.

This was previously handled (more elegantly) through the use of a Proxy, but due to security concerns, this more verbose approach is preferred.