ehcache

net.sf.ehcache.store.compound
Interface ElementSubstitute


public interface ElementSubstitute

ElementProxy instances are generated by ElementSubstituteFactory instances and are used to indirectly store Element instances.

Author:
Chris Dennis

Method Summary
 ElementSubstituteFactory<ElementSubstitute> getFactory()
          Returns the ElementSubstituteFactory instance that generated this ElementProxy
 void installed()
          Called after this instance has been installed (outside the store lock scope).
 

Method Detail

installed

void installed()
Called after this instance has been installed (outside the store lock scope).


getFactory

ElementSubstituteFactory<ElementSubstitute> getFactory()
Returns the ElementSubstituteFactory instance that generated this ElementProxy

Returns:
an ElementProxyFactory

ehcache

true