Skip navigation links


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.

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.