0

Program1 writes to the cache and reads from it too. Program2 should be able to use the cache as read only. Both programs will be running on the same machine. Can I use Java Caching Service to accomplish this?

4

1 回答 1

0

您需要一个所谓的“分布式缓存”。可能的产品是 infinispan 或 hazelcast。

于 2014-10-01T13:50:24.530 回答