Orchard CMS 1.7 中必要的缓存模块
Necessary Cache Modules in Orchard CMS 1.7
我正在研究 Orchard CMS 中的缓存部分。模块:Output Cache
已启用。我们还应该启用 SysCache
模块吗?
此外,通过这个 link:http://docs.orchardproject.net/Documentation/Caching 它建议使用各种缓存模块。
我应该在我的 Orchard CMS 中使用和启用以下哪些模块?
- https://bitbucket.org/sebastienros/contrib.cache.database
- https://bitbucket.org/sebastienros/contrib.cache.memcached
- https://bitbucket.org/sebastienros/orchard.caching
- https://bitbucket.org/sebastienros/orchard.caching.memcached
Memcached
模块是否也需要used/enabled?
我们的应用程序只是一个 MVC 应用程序,与 Azure 没有任何关系。
OutputCache 没问题。其实你只需要这个。
SysCache 有时会表现出奇怪的行为。不过没必要。
https://bitbucket.org/sebastienros/contrib.cache.database -- 它是祖先或输出缓存
https://bitbucket.org/sebastienros/contrib.cache.memcached -- 从未使用过
https://bitbucket.org/sebastienros/orchard.caching -- Orchard > 1.8
https://bitbucket.org/sebastienros/orchard.caching.memcached -- Orchard > 1.8
我正在研究 Orchard CMS 中的缓存部分。模块:Output Cache
已启用。我们还应该启用 SysCache
模块吗?
此外,通过这个 link:http://docs.orchardproject.net/Documentation/Caching 它建议使用各种缓存模块。
我应该在我的 Orchard CMS 中使用和启用以下哪些模块?
- https://bitbucket.org/sebastienros/contrib.cache.database
- https://bitbucket.org/sebastienros/contrib.cache.memcached
- https://bitbucket.org/sebastienros/orchard.caching
- https://bitbucket.org/sebastienros/orchard.caching.memcached
Memcached
模块是否也需要used/enabled?
我们的应用程序只是一个 MVC 应用程序,与 Azure 没有任何关系。
OutputCache 没问题。其实你只需要这个。
SysCache 有时会表现出奇怪的行为。不过没必要。
https://bitbucket.org/sebastienros/contrib.cache.database -- 它是祖先或输出缓存 https://bitbucket.org/sebastienros/contrib.cache.memcached -- 从未使用过 https://bitbucket.org/sebastienros/orchard.caching -- Orchard > 1.8 https://bitbucket.org/sebastienros/orchard.caching.memcached -- Orchard > 1.8