Distributed Cache Local Peer
Each distributed cache peer holds its own local copy of cached data.
On the simplest scenenario there is only one client cache peer witch
stores data localy for faster access and reduce network bandwitch consumption.
As data is kept localy at each peer, when more than one client peer concurrently
access the same data, a cache coordinator becomes necessary.
The cache coordinator is an EJB that must be installed at an application server
such as JBoss or BEA Weblogic. |