Replies: 1 comment
-
Hi @dktapps!
Right,
If a cache instance with the same directory is given to several Hope that helps! |
Beta Was this translation helpful? Give feedback.
-
Hi @dktapps!
Right,
If a cache instance with the same directory is given to several Hope that helps! |
Beta Was this translation helpful? Give feedback.
-
In the documentation, there's this line:
However, on code inspection, I see that
RuntimeCache
is used by default, which does not store anything on disk as far as I can see. Is the documentation incorrect, or am I missing some part of the code which stores the cache on disk?(In my application, caching on disk isn't needed, since the application has a long runtime.)
Finally - Is the default cache shared between all instances of
MapperBuilder
, or would a new cache be created each time? Are there any steps I need to make sure that the same default cache is used?Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions