csharp 高速缓存
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csharp 高速缓存相关的知识,希望对你有一定的参考价值。
[OutputCache(CacheProfile="Aggresive",VaryByParam="FirstName")]
[OutputCache(Duration=360,VaryByHeader="X-Requested-With",Location=OutputCacheLocation.Server)]
<system.web>
<caching>
<outputCacheSettings>
<outputCacheProfiles>
<add name="Aggresive" duration = "300" />
<add name="Mild" duration = "10" />
</outputCacheProfiles>
</outputCacheSettings>
</caching>
</system.web>
以上是关于csharp 高速缓存的主要内容,如果未能解决你的问题,请参考以下文章
CPU运行时优化(高速缓存指令重排内存屏障等)
高速缓存与缓冲区
并发编程,高速缓存,原子操作,指令重排序
并发编程,高速缓存,原子操作,指令重排序
高速缓存控制器一次从主存到二级高速缓存获取多少字节?
Android 逆向函数拦截 ( CPU 高速缓存机制 | CPU 高速缓存机制 导致 函数拦截失败 )