gpt4 book ai didi

grails - Grails-存储缓存的位置

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

我以这种方式在Grails中使用缓存:

class Book {

static mapping = {
cache true
}

}

我有许多应用程序实例。我想为缓存编写REST API,但我不知道在哪里可以找到它。所有实例都使用一个数据库。缓存是存储在数据库中还是应用程序所在的计算机上。如果是这样,在哪里?

更新。这是我的缓存休眠配置
hibernate {
cache.use_second_level_cache = true
cache.use_query_cache = true
cache.provider_class = 'net.sf.ehcache.hibernate.EhCacheProvider'
}

最佳答案

Is the cache is stored in a database or on the machine where the application stands . If so, where ?



我不确定,但是会假设您正在使用Hibernate。如果是这样,我能提供的最佳答案是,这取决于您如何配置Hibernate 2级缓存。仅看问题就无法知道这一点。

关于grails - Grails-存储缓存的位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32069687/

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