The fragment cache supports two primary types of cache instances: object cache instances and servlet cache instances.
片段缓存支持两种主要的缓存实例:对象缓存实例和Servlet缓存实例。
2
The primary purpose of a cache is to reduce service time and increase throughput by reusing the results of a previous computation.
cache的主要用途是重用前一次处理得出的结果以减少服务时间和增加吞吐量。
3
If the dynamic service is the Primary Map Resource, the cached service will be treated as a dynamic service, thus sacrificing the performance benefit of the cache.