SiteCore缓存

2 caching sitecore

你能解释一下这里发生了什么,我在日志文件中看到这些条目,但我无法弄清楚发生了什么.

谢谢哈迪普

9160 13:18:33 INFO  Cache created: 'master[data]' (max size: 30MB, running total: 82MB)
9160 13:18:33 INFO  Cache created: 'master[items]' (max size: 20MB, running total: 102MB)
9160 13:18:33 INFO  Cache created: 'master[paths]' (max size: 1MB, running total: 103MB)
9160 13:18:33 INFO  Cache created: 'master[standardValues]' (max size: 1MB, running total: 104MB)
9160 13:18:33 INFO  Cache created: 'web[data]' (max size: 30MB, running total: 134MB)
9160 13:18:33 INFO  Cache created: 'web[items]' (max size: 20MB, running total: 154MB)
9160 13:18:33 INFO  Cache created: 'web[paths]' (max size: 1MB, running total: 155MB)
9160 13:18:33 INFO  Cache created: 'web[standardValues]' (max size: 1MB, running total: 156MB)
9160 13:18:33 INFO  Cache created: 'filesystem[data]' (max size: 0 bytes, running total: 156MB)
9160 13:18:33 INFO  Cache created: 'filesystem[items]' (max size: 0 bytes, running total: 156MB)
9160 13:18:33 INFO  Cache created: 'filesystem[paths]' (max size: 0 bytes, running total: 156MB)
9160 13:18:33 INFO  Cache created: 'filesystem[standardValues]' (max size: 0 bytes, running total: 156MB)

Ale*_*oot 12

基本上它告诉你Sitecore已经创建了一个缓存.这意味着我们保留了一些内存来将数据库数据存储到其中.因此,我们可以非常快速地将这些数据发送给您.

希望这可以帮助.