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.
我从数据库中选择了一些数据并缓存在内存中。我经常使用它们。但有时我需要更新这些数据,我不想停止服务器。有没有可用的解决方案?
您可以使用数据库缓存(尝试使用 Ehcache,它支持 JDBC 缓存)。
或者提供一些外部接口,您可以向其发送消息,以告诉您应用程序从数据库进行更新。