CacheManagerFlushByRelID Method |
Flush the cache by a specified related id, either for a specific user, or for all users with a cache record matching the related id.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void FlushByRelID(
string relID,
bool allUsers
)
Public Sub FlushByRelID (
relID As String,
allUsers As Boolean
)
Parameters
- relID
- Type: SystemString
The related id of the items to flush. - allUsers
- Type: SystemBoolean
Whether the flush should be applied to all users with cahced data matching that related id.
See Also