com.bea.p13n.cache
Interface IKeySelector

All Superinterfaces
Serializable

public interface IKeySelector
extends Serializable

This interface allows you to specify a subset of cache keys. This interface is currently used to specify which keys are flushed.


Method Summary
 boolean selectKey(Object o)
          Select a key from a cache.
 

Method Detail

selectKey

boolean selectKey(Object o)
Select a key from a cache.



Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.