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.
我使用@Cache(usage=CacheConcurrencyStrategy.READ_WRITE) 在实体上启用了二级缓存。我在使用应用程序时看到缓存命中,但基准测试显示应用程序速度较慢!这怎么可能?是不是因为我没有缓存所有的关联?