IMC Epclient 5.0.3

at.spardat.enterprise.cache
Interface ICache.IKeyFilter

Enclosing interface:
ICache

public static interface ICache.IKeyFilter

Is used to filter keys.


Method Summary
 boolean accept(java.lang.Object key)
          The implementor gets a key-object and has to respond with true or false.
 

Method Detail

accept

public boolean accept(java.lang.Object key)
The implementor gets a key-object and has to respond with true or false. Semantic depends on where the filter is used.


IMC Epclient 5.0.3