org.objectweb.perseus.cache.api
Interface CacheEntryFilter


public interface CacheEntryFilter

Defines a filter of cache entry.

Author:
S.Chassande-Barrioz

Method Summary
 boolean accept(CacheEntry ce)
          returns true is the cachentry specified is accepted by the filter.
 

Method Detail

accept

public boolean accept(CacheEntry ce)
returns true is the cachentry specified is accepted by the filter.

Parameters:
ce - is the cache entry to accept or not


Copyright © 2000-2002 France Telecom S.A., INRIA, IMAG-LSR All Rights Reserved.