Oracle® Fusion Middleware C++ API Reference for Oracle Coherence
12c (12.2.1.1.0)

E69640-01

OldCache Member List

This is the complete list of members for OldCache, including all inherited members.

addFilterListener(MapListener::Handle hListener, Filter::View vFilter=NULL, bool fLite=false)OldCache [virtual]
addKeyListener(MapListener::Handle hListener, Object::View vKey, bool fLite)OldCache [virtual]
addMapListener(MapListener::Handle hListener)OldCache [virtual]
checkFlush() const OldCache [protected, virtual]
checkFlush()OldCache [protected, virtual]
checkSize()OldCache [protected, virtual]
clear()OldCache [virtual]
configureEviction(EvictionPolicy::EvictionPolicyType nType, EvictionPolicy::Handle hPolicy)OldCache [protected, virtual]
configureUnitCalculator(UnitCalculatorType nType, UnitCalculator::Handle hCalculator)OldCache [protected, virtual]
containsKey(Object::View vKey) const OldCache [virtual]
decrementUnits(size32_t cDelta)OldCache [protected, virtual]
default_expireOldCache [static]
default_flushOldCache [static]
default_unitsOldCache [static]
deferFlush()OldCache [protected, virtual]
dispatchEvent(MapEvent::Handle hEvt)OldCache [protected, virtual]
evict(Object::View vKey)OldCache [virtual]
evict()OldCache [virtual]
evictAll(Collection::View vColKeys)OldCache [virtual]
f_hStatsOldCache [mutable, protected]
get(Object::View vKey) const OldCache [virtual]
getAll(Collection::View vColKeys) const OldCache [virtual]
getCacheHits() const OldCache [virtual]
getCacheMisses() const OldCache [virtual]
getCacheStatistics() const OldCache [virtual]
getCacheStatistics()OldCache [virtual]
getDefaultPrune()OldCache [static]
getEntry(Object::View vKey) const OldCache [virtual]
getEntry(Object::View vKey)OldCache [virtual]
getEntryInternal(Object::View vKey) const OldCache [protected, virtual]
getEvictionPolicy() const OldCache [virtual]
getEvictionPolicy()OldCache [virtual]
getEvictionType() const OldCache [virtual]
getExpiryDelay() const OldCache [virtual]
getFlushDelay() const OldCache [virtual]
getFlushTime() const OldCache [virtual]
getHighUnits() const OldCache [virtual]
getHitProbability() const OldCache [virtual]
getLowUnits() const OldCache [virtual]
getMapListenerSupport()OldCache [protected, virtual]
getUnitCalculator() const OldCache [virtual]
getUnitCalculatorType() const OldCache [virtual]
getUnits() const OldCache [virtual]
Handle typedefOldCache
hasListeners()OldCache [protected, virtual]
Holder typedefOldCache
incrementUnits(size32_t cDelta)OldCache [protected, virtual]
instantiateEntry(Object::View vKey, Object::Holder ohValue, size32_t nHash)OldCache [virtual]
instantiateEntry(SafeHashMap::Entry::View vThat)OldCache [virtual]
instantiateEntrySet()OldCache [protected, virtual]
instantiateEntrySet() const OldCache [protected, virtual]
instantiateKeySet()OldCache [protected, virtual]
instantiateKeySet() const OldCache [protected, virtual]
instantiateMapEvent(int32_t nId, Object::View vKey, Object::Holder ohValueOld, Object::Holder ohValueNew)OldCache [protected, virtual]
instantiateValuesCollection()OldCache [protected, virtual]
instantiateValuesCollection() const OldCache [protected, virtual]
isAllowMutableValues() const OldCache [virtual]
isEmpty() const OldCache [virtual]
m_CalculatorTypeOldCache [protected]
m_cAvgTouchOldCache [protected]
m_cCurUnitsOldCache [protected]
m_cExpiryDelayOldCache [protected]
m_cFlushDelayOldCache [protected]
m_cMaxUnitsOldCache [protected]
m_cPruneUnitsOldCache [protected]
m_dflPruneLevelOldCache [protected]
m_fAllowMutableValuesOldCache [protected]
m_hListenerSupportOldCache [protected]
m_hPolicyOldCache [protected]
m_lLastPruneOldCache [protected]
m_lNextFlushOldCache [protected]
m_nEvictionTypeOldCache [protected]
m_vCalculatorOldCache [protected]
OldCache(size32_t cUnits=default_units, int32_t cExpiryMillis=default_expire, float64_t dflPruneLevel=0.75F, size32_t cInitialBuckets=17, float32_t flLoadFactor=1.0F, float32_t flGrowthRate=3.0F)OldCache [protected]
prune()OldCache [protected, virtual]
put(Object::View vKey, Object::Holder ohValue)OldCache [virtual]
put(Object::View vKey, Object::Holder ohValue, int64_t cMillis)OldCache [virtual]
release()OldCache [virtual]
remove(Object::View vKey)OldCache [virtual]
removeExpired(Entry::View vEntry, bool fRemoveInternal) const OldCache [protected, virtual]
removeExpired(Entry::Handle hEntry, bool fRemoveInternal)OldCache [protected, virtual]
removeFilterListener(MapListener::Handle hListener, Filter::View vFilter=NULL)OldCache [virtual]
removeKeyListener(MapListener::Handle hListener, Object::View vKey)OldCache [virtual]
removeMapListener(MapListener::Handle hListener)OldCache [virtual]
resetHitStatistics()OldCache [virtual]
scheduleFlush()OldCache [protected, virtual]
setAllowMutableValues(bool fAllow)OldCache [virtual]
setEvictionPolicy(EvictionPolicy::Handle hPolicy)OldCache [virtual]
setEvictionType(EvictionPolicy::EvictionPolicyType nType)OldCache [virtual]
setExpiryDelay(int cMillis)OldCache [virtual]
setFlushDelay(int32_t cMillis)OldCache [virtual]
setFlushTime(int64_t lMillis)OldCache [virtual]
setHighUnits(size32_t cMax)OldCache [virtual]
setLowUnits(size32_t cUnits)OldCache [virtual]
setUnitCalculator(UnitCalculator::Handle hCalculator)OldCache [virtual]
setUnitCalculatorType(UnitCalculatorType nType)OldCache [virtual]
size() const OldCache [virtual]
toString() const OldCache [virtual]
unit_calculator_external enum valueOldCache
unit_calculator_fixed enum valueOldCache
UnitCalculatorType enum nameOldCache
View typedefOldCache

Copyright © 2000, 2016, Oracle and/or its affiliates. All rights reserved.