Skip navigation links

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

E17787-01


com.sigmadynamics.sdo.base
Class EntityCache

java.lang.Object
  extended by com.sigmadynamics.sdo.support.SDOBase
      extended by com.sigmadynamics.sdo.base.SDO
          extended by com.sigmadynamics.sdo.support.SDEntityCache
              extended by com.sigmadynamics.sdo.base.EntityCache

All Implemented Interfaces:
SDOInterface, EntityCacheInterface

public abstract class EntityCache
extends SDEntityCache
Since:
1.0

Field Summary

 

Fields inherited from class com.sigmadynamics.sdo.support.SDEntityCache
cache, entryLifeTime, invalid, refreshPeriod, refreshTime

 

Fields inherited from class com.sigmadynamics.sdo.support.SDOBase
description, internalName, sdExternalName

 

Constructor Summary
EntityCache(int entryLifeTime, int maxSize, long refreshPeriod, HasLong currentTimeMillis)
           

 

Method Summary

 

Methods inherited from class com.sigmadynamics.sdo.support.SDEntityCache
get, getCurrentSize, getEntryLifeTime, getGets, getHits, getMaxSize, getMisses, getPuts, getRefreshPeriod, getRefreshTime, isValid, put, reload

 

Methods inherited from class com.sigmadynamics.sdo.support.SDOBase
getDescription, getSDOId, getSDOLabel, getSDOLabelOrId, setDescription, setSDOId, setSDOLabel

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Methods inherited from interface com.sigmadynamics.sdo.interfaces.EntityCacheInterface
loadCache

 

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

 

Constructor Detail

EntityCache

public EntityCache(int entryLifeTime,
                   int maxSize,
                   long refreshPeriod,
                   HasLong currentTimeMillis)

Skip navigation links

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

E17787-01


Copyright © 2010, Oracle. All rights reserved.