|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.jdeveloper.java.JavaModel.CacheTracker
protected class JavaModel.CacheTracker
The CacheTracker just helps track where begin/end cache use calls are being made, and to ensure that they are matched properly.
| Constructor Summary | |
|---|---|
protected |
JavaModel.CacheTracker() |
| Method Summary | |
|---|---|
void |
beginCacheUse()Instructs the data provider to enable the cache support. |
void |
endCacheUse()Instructs the data provider to release the cache support. |
protected void |
finalize() |
void |
flushCache()Instructs the data provider to force a cache flush. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected JavaModel.CacheTracker()
| Method Detail |
|---|
public void beginCacheUse()
CacheSupportendCacheUse() when finished to ensure that the cache can be freed when it is no longer needed.beginCacheUse in interface CacheSupportprotected void finalize()
finalize in class java.lang.Objectpublic void endCacheUse()
CacheSupportendCacheUse in interface CacheSupportpublic void flushCache()
CacheSupportflushCache in interface CacheSupport
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||