I have several nondurable entities that are mapped via datanucleus on View's and i want to load them into memory on startup in cache and reload once per day, but datanucleus says that he can't provide caching for nondurable objects. Does anyone now the way to implement caching in this situatuion via datanucleus?
Asked
Active
Viewed 55 times
0
-
1A nondurable object has no "id", so how do you look-up something with no "id" ? – Neil Stockton May 15 '17 at 17:05
-
1You might want to ask Andy Jefferson on the DataNucleus gitter channel ... https://gitter.im/datanucleus/Lobby – Dan Haywood May 16 '17 at 07:19