Kodo 4.2.0. (DEPRECATED)

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. (DEPRECATED)

Copyright 2011 Oracle, Inc. All Rights Reserved.

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Oracle Kodo 4.2.0 API Reference (DEPRECATED)
11g Release 1 (10.3.6)
Part Number E13950-02