ehcache

net.sf.ehcache.event
Interface RegisteredEventListeners.ElementCreationCallback

Enclosing class:
RegisteredEventListeners

public static interface RegisteredEventListeners.ElementCreationCallback

Callback interface for creating elements to pass to registered listeners. For replicated/clustered caches the event notification thread that receives events from the network might not have the correct context for resolving cache values

Author:
teck

Method Summary
 Element createElement(ClassLoader loader)
          Materialize the relevant element in the given classloader
 

Method Detail

createElement

Element createElement(ClassLoader loader)
Materialize the relevant element in the given classloader

Parameters:
loader -
Returns:
element

ehcache

true