|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Cache used to keep in memory storable classes obtained from a schema manager.
Method Summary | |
java.lang.Object |
get(java.lang.Class aClass)
Returns a class' corresponding schema cached data. |
void |
invalidade(java.lang.Class aClass)
Invalidates cached data of a storable class in cache. |
void |
put(java.lang.Class aClass,
java.lang.Object data)
Puts a storable class in cache. |
Method Detail |
public void put(java.lang.Class aClass, java.lang.Object data)
aClass
- Storable class to be put in cache.data
- Cached data. May be a StorableClass
or
ClassDescriptor
object.public java.lang.Object get(java.lang.Class aClass)
aClass
- The class to which the corresponding cached data should be
returned.
null
if
there is no data cached.public void invalidade(java.lang.Class aClass)
aClass
- The class to which the corresponding schema cached data should
be invalidated.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |