com.bowstreet.util.cache
Interface ICachePolicy


public interface ICachePolicy

An interface to test a cache entry to see if it has expired.


Method Summary
 boolean isExpired(com.bowstreet.util.cache.CacheEntry cacheEntry)
          returns true if the specified CacheEntry has expired, else false
 

Method Detail

isExpired

boolean isExpired(com.bowstreet.util.cache.CacheEntry cacheEntry)
returns true if the specified CacheEntry has expired, else false



Copyright © 2009 IBM. All Rights Reserved.