0

jcs: I have two applications running in Glassfish. How do I retrieve cache stored in one application to another application

Vijay
  • 21
  • 3

1 Answers1

0

You could use a shared auxiliary region cache (disk, jdbc, lateral) with the same coordinates (configs).

Cache elements from application A will be available on application B when you check it or get it from shared cache.

http://commons.apache.org/proper/commons-jcs/JCSPlugins.html

Cristian Florescu
  • 1,660
  • 20
  • 24