WebPart.PartCacheInvalidate method
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