gpt4 book ai didi

java - 如何使用spring boot在ehcache3中存储键和值

转载 作者:行者123 更新时间:2023-12-02 03:33:41 25 4
gpt4 key购买 nike

我想使用springboot将键和值存储在ehcache3中。 我想将 key 存储为“passportNumber”,将值存储为“名称”,类似于 Java 中的 HashMap 稍后一旦它被缓存,如何从中检索值 护照号码。

我是 ehcache-3 的新手,我需要一些代码。我在网站上找不到任何示例,也没有在谷歌上找到任何示例。

最佳答案

Don't go for ehcache 3.x because many of the features are available with only paid once. Better go for versions below ehcache 3.x.

阅读 Ehcache - Spring 实现的文档:

https://www.ehcache.org/documentation/2.8/integrations/spring.html

阅读此文档了解如何在 java 中使用 ehcache:

https://www.ehcache.org/documentation/2.8/code-samples.html#using-caches

阅读此文档了解如何配置 ehcache:

https://www.ehcache.org/documentation/2.8/configuration/configuration.html

有很多 ehcache + Spring Boot 的示例。请搜索一下。

关于java - 如何使用spring boot在ehcache3中存储键和值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56871682/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com