如何使用Spring Boot在ehcache3中存储键和值

时间:2019-07-03 13:50:50

标签: java spring-boot ehcache-3

我想使用springboot将键和值存储在ehcache3中。      我想将密钥存储为“ passportNumber”,将值存储为“ name”,类似于       Java中的哈希图      缓存之后,如何从中检索值      护照号码。

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

1 个答案:

答案 0 :(得分:0)

  

不要使用ehcache 3.x,因为许多功能都可用   仅支付一次。最好使用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提供了许多示例。请搜索。