Microsoft ASP.NET Programming with Microsoft Visual Basic .NET Version 2003 Step by Step [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Microsoft ASP.NET Programming with Microsoft Visual Basic .NET Version 2003 Step by Step [Electronic resources] - نسخه متنی

G. Andrew Duthie

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید







Chapter 12 Quick Reference























To


Do this


Cache page or user control output


Add the @ OutputCache directive to the page or user control, or use the methods exposed by Response.Cache.


Vary the cache based on user input


Add the VaryByParam, VaryByHeader, or VaryByControl attributes to the @OutputCache directive.


Cache arbitrary data


Insert items into the cache using either the simple syntax Cache(“myKey”)=myItem; or call the Add or Insert methods of the Cache class.


Expire a cache item when another item changes


Insert the item to be expired with a key dependency on the other cache item.


/ 126