.net中缓存的用途是什么 [英] what is the use of cache in .net

查看:119
本文介绍了.net中缓存的用途是什么的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请解释

推荐答案

缓存不过是将数据保留在内存中,以便在首次命中源(数据库,文件或服务)之后数据,您可以从内存中获取数据,而无需第二次访问源.

cache is nothing but, keeping data in memory, so that after the first hit the source (database, file or service) to data, you can get the data from memory without hitting the source second time. 

它提高了性能.

但是要提防大量数据缓存

But beware of huge data caching


这篇关于.net中缓存的用途是什么的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆