Documentation

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
jvx:common:util:classes [2018/02/08 06:55]
admin
jvx:common:util:classes [2019/08/26 09:37]
admin
Line 34: Line 34:
 From time to time objects have to be cached and exchanged between various instances. Parameters and public methods are very useful for this purpose, but we do not always want to pass an object on across countless instances to the target. Also, the required objects are not always located in the same scope. ​ From time to time objects have to be cached and exchanged between various instances. Parameters and public methods are very useful for this purpose, but we do not always want to pass an object on across countless instances to the target. Also, the required objects are not always located in the same scope. ​
  
-This is what the ObjectCacheis ​for, which handles objects statically, for certain time periods or permanently,​ within a VM.+This is what the ObjectCache is for, which handles objects statically, for certain time periods or permanently,​ within a VM.
  
 This can be compared to a static hash table, complement by a timeout. This can be compared to a static hash table, complement by a timeout.
Line 56: Line 56:
 More details, see [[jvx:​common:​util:​reflective|here]]. More details, see [[jvx:​common:​util:​reflective|here]].
  
-==== Other classes ====+==== More classes ====
  
 There are many other interesting utility classes, such as StringUtil, BeanUtil, DateUtil, FileUtil, ImageUtil, ... There are many other interesting utility classes, such as StringUtil, BeanUtil, DateUtil, FileUtil, ImageUtil, ...
  
 Additional information can be found in [[https://​www.sibvisions.com/​files/​jvx/​current/​api/​|javadoc]]. Additional information can be found in [[https://​www.sibvisions.com/​files/​jvx/​current/​api/​|javadoc]].
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information