ActivityLogHelperGetActivityDependencyCacheKeys Method |
Note: This API is now obsolete.
Gets cache keys which should be touched after batch of activities is inserted to the database.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 10.0.0
Syntax [ObsoleteAttribute("Activity cache invalidation is handled differently, there is no need to use this method anymore.")]
public static List<string> GetActivityDependencyCacheKeys(
IEnumerable<int> contactIDs
)
Parameters
- contactIDs
- Type: System.Collections.GenericIEnumerableInt32
IDs of the contacts whose activities were created
Return Value
Type:
ListStringList of cache dependencies which should be touched after inserting a batch of activities
See Also