ISPCache.Trim Method
Include Protected Members
Include Inherited Members
Trims a cache of items that meet specified criteria.
Overload List
Name | Description | |
---|---|---|
Trim() | Trims all caches of objects whose expiration date is in the past. | |
Trim(DateTime) | Trims all caches of objects whose expiration dates preceded the specified DateTime. | |
Trim(String, DateTime) | Trims the cache with the specified object type of all objects whose expiration date precedes the specified DateTime. |
Top