|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04 |
|||||||||
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()
CacheSupport
endCacheUse()
when finished to ensure that the cache
can be freed when it is no longer needed.
beginCacheUse
in interface CacheSupport
protected void finalize()
finalize
in class java.lang.Object
public void endCacheUse()
CacheSupport
endCacheUse
in interface CacheSupport
public void flushCache()
CacheSupport
flushCache
in interface CacheSupport
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |