WebPart.PartCacheInvalidate Method
Include Protected Members
Include Inherited Members
Marks all the contents of the Web Part cache as outdated.
Overload List
Name | Description | |
---|---|---|
PartCacheInvalidate() | Marks all the contents of the Web Part cache as outdated. | |
PartCacheInvalidate(Storage) | Marks all contents of the specified storage type in the Web Part cache as outdated. | |
PartCacheInvalidate(Storage, String) | Marks the specified cache entries of the specified storage type in the Web Part cache as outdated. |
Top