org.apache.openjpa.datacache
Interface ExpirationListener


public interface ExpirationListener

An entity that wishes to be notified when cache keys expire.

Since:
0.3.0
Author:
Abe White

Method Summary
 void onExpire(ExpirationEvent event)
          Notification that an object has expired from the cache.
 

Method Detail

onExpire

void onExpire(ExpirationEvent event)
Notification that an object has expired from the cache.



Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.