1

If Joss cache evicts an object from a node, and the same object has reference to it from another object say objB. Does this condition causes any issue? Can objB manipulate on the evicted object?

Thanks in advance.

Dinoop paloli
  • 633
  • 2
  • 8
  • 25

1 Answers1

0

Yes. JBoss Cache is smart enough to make a database call next time when objA is requested or when your code accesses objB which in turn needs objA.

Vikram
  • 334
  • 1
  • 9