Skip to content

Commit c72068a

Browse files
authored
Merge pull request MicrosoftDocs#251 from tseward/patch-30
Update Clear-SPDistributedCacheItem.md
2 parents 0c54c90 + f58ff7d commit c72068a

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

sharepoint/sharepoint-ps/sharepoint-server/Clear-SPDistributedCacheItem.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,14 @@ This example removes all the cache items for distributed token cache.
4040

4141
Specifies the container type to clear.
4242

43-
The valid values are the following:
44-
45-
--DistributedDefaultCache
46-
--DistributedAccessCache
47-
--DistributedActivityFeedCache
48-
--DistributedBouncerCache
49-
--DistributedLogonTokenCache
50-
--DistributedServerToAppServerAccessTokenCache
51-
--DistributedSearchCache
52-
--DistributedSecurityTrimmingCache
53-
--DistributedActivityFeedLMTCache
54-
--DistributedViewStateCache
43+
The valid values for SharePoint Server 2013 and SharePoint Server 2016 are the following:
5544

45+
DistributedDefaultCache, DistributedAccessCache, DistributedActivityFeedCache, DistributedBouncerCache, DistributedLogonTokenCache, DistributedServerToAppServerAccessTokenCache, DistributedSearchCache, DistributedSecurityTrimmingCache, DistributedActivityFeedLMTCache, DistributedViewStateCache
46+
47+
Additional valid values for SharePoint Server 2016 are the following:
48+
49+
DistributedSharedWithUserCache, DistributedUnifiedGroupsCache, DistributedFileLockThrottlerCache,
50+
DistributedResourceTallyCache, DistributedHealthScoreCache, DistributedClientSideAppUpdateTimeCache
5651

5752

5853
```yaml

0 commit comments

Comments
 (0)