October 2010
Intermediate to advanced
1920 pages
73h 55m
English
You can configure the size of the cache by using the web configuration file. You specify cache settings with the cache element. This element supports the following attributes:
• disableMemoryCollection—
Enables you to prevent items from being removed from the cache when memory resources become low.
• disableExpiration—
Enables you to prevent items from being removed from the cache when the items expire.
• privateBytesLimit—
Enables you to specify the total amount of memory that can be consumed by your application and its cache before items are removed.
• percentagePhysicalMemoryUsedLimit—
Enables you to specify the total percentage of memory that can be consumed by your application and its cache before items are removed. ...