SPCache.Trim Method
Include Protected Members
Include Inherited Members
Trims items from caches.
Overload List
Name | Description | |
---|---|---|
Trim(DateTime) | Trims all caches of all objects that have not been accessed since the specified DateTime. | |
Trim(String, DateTime) | Trims the cache with the specified object type of all items that have not been accessed since the specified DateTime. |
Top