Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个需求,我想查看、修改缓存条目的内容或向缓存条目添加新条目。我使用 JCache API 和 EHCache 作为提供者。
我不想编写任何包装 API 来公开缓存内容。我想知道有没有办法远程访问缓存内容。我看到 JCache 支持两个 MBean,但它们是用于配置和统计数据的。
谢谢
JSR-107没有定义远程 API。您将需要查看提供程序特定的 API,在您的情况下是 Ehcache。