TAILIEUCHUNG - ASP.NET 4 Unleased - p 143

Thêm Mục phụ thuộc Khi bạn thêm một mục để các đối tượng Cache, bạn có thể làm cho mặt hàng phụ thuộc vào một đối tượng bên ngoài. Nếu đối tượng bên ngoài được sửa đổi, mục này được tự động giảm từ bộ nhớ cache. Khung bao gồm ba lớp học phụ thuộc vào bộ nhớ cache:. | 1394 CHAPTER 29 Caching Application Pages and Data new SqlDataAdapter SELECT Title Director FROM Movies constring DataSet movies new DataSet movies return movies script html xmlns http 1999 xhtml head id Head1 runat server title Show Sliding Expiration title head body form id form1 runat server div asp GridView id grdMovies Runat server div form body html In Listing when the DataSet is added to the cache with the Insert method its absoluteExpiration parameter is set to the value and its slidingExpiration parameter is set to an interval of 5 minutes. Adding Items with Dependencies When you add an item to the Cache object you can make the item dependent on an external object. If the external object is modified the item is automatically dropped from the cache. The Framework includes three cache dependency classes CacheDependency Enables you to create a dependency on a file or other cache key. SqlCacheDependency Enables you to create a dependency on a Microsoft SQL Server database table or the result of a SQL Server 2005 query. AggregateCacheDependency Enables you to create a dependency using multiple CacheDependency objects. For example you can combine file and SQL dependencies with this object. The CacheDependency class is the base class. The other two classes derive from this class. The CacheDependency class supports the following properties From the Library of Wow eBook Using Data Caching 1395 HasChanged Enables you to detect when the dependency object has changed. UtcLastModified Enables you to retrieve the time when the dependency object last changed. The CacheDependency object also supports the following method GetUniquelD Enables you to retrieve a unique identifier for the dependency object. NOTE You can create a custom cache dependency class by deriving a new class from the base CacheDependency class. The SqlCacheDependency class is discussed in detail in the final section of this chapter. In this .

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.