solar.module.cache
Interface Cache.CacheListener

All Known Implementing Classes:
ManualRoutingService, SolarRemoteObjectService
Enclosing interface:
Cache

public static interface Cache.CacheListener

Interface for receiving cache events.


Method Summary
 void notifyObjectExpired(CachedObject co)
          Notify when an object has expired from the cache.
 

Method Detail

notifyObjectExpired

public void notifyObjectExpired(CachedObject co)
Notify when an object has expired from the cache.