Replication

Example


RMI in Java: creates a Stub/Skeleton
Cache can be provided at the Stub level
Upon first access the object is copied to a local cache
Sub-sequent accesses are derived to the local copy


- 31 -