Kodo 4.2.0. generated on July 28 2008

kodo.jdo
Interface KodoDataStoreCache

All Superinterfaces:
DataStoreCache

public interface KodoDataStoreCache
extends DataStoreCache

Interface implemented by Kodo L2 cache facade.


Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.jdo.datastore.DataStoreCache
DataStoreCache.EmptyDataStoreCache
 
Field Summary
static String NAME_DEFAULT
          Name of default cache.
 
Method Summary
 boolean contains(Object oid)
          Return true if the cache contains the given oid.
 boolean containsAll(Collection oids)
          Return whether the cache contains all given oids.
 boolean containsAll(Object[] oids)
          Return whether the cache contains all given oids.
 
Methods inherited from interface javax.jdo.datastore.DataStoreCache
evict, evictAll, evictAll, evictAll, evictAll, pin, pinAll, pinAll, pinAll, unpin, unpinAll, unpinAll, unpinAll
 

Field Detail

NAME_DEFAULT

static final String NAME_DEFAULT
Name of default cache.

See Also:
Constant Field Values
Method Detail

contains

boolean contains(Object oid)
Return true if the cache contains the given oid.


containsAll

boolean containsAll(Collection oids)
Return whether the cache contains all given oids.


containsAll

boolean containsAll(Object[] oids)
Return whether the cache contains all given oids.


Kodo 4.2.0. generated on July 28 2008

Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.