Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-02


com.sigmadynamics.sdo.interfaces
Interface EntityCacheInterface

All Superinterfaces:
SDOInterface
All Known Implementing Classes:
EntityCache, SDEntityCache

public interface EntityCacheInterface
extends SDOInterface

Implemented by Entity Cache classes.

Since:
1.0

Method Summary
 EntityDataInterface get(EntityInterface entity)
           
 java.util.Set<EntityInterface> getKeys()
          Returns a copy of the cache's keys.
 void loadCache()
          Implementations of this method are expected to pre-populate the entity cache at ILS startup time.
 void put(EntityDataInterface entityData)
           

 

Methods inherited from interface com.sigmadynamics.sdo.interfaces.client.SDOInterface
getDescription, getSDOId, getSDOLabel, getSDOLabelOrId

 

Method Detail

loadCache

void loadCache()
Implementations of this method are expected to pre-populate the entity cache at ILS startup time. By default it is implemented as a no-op.

get

EntityDataInterface get(EntityInterface entity)

put

void put(EntityDataInterface entityData)

getKeys

java.util.Set<EntityInterface> getKeys()
Returns a copy of the cache's keys.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Real-Time Decisions
11g Release 1 (11.1.1)

E17787-02


Copyright © 2010, 2011, Oracle. All rights reserved.