Skip to content

Commit adfb0ea

Browse files
committed
Authorisations cache config reference
1 parent bbde84b commit adfb0ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

repository/src/main/resources/alfresco/module/ootbee-support-tools-repo/alfresco-global.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ ootbee-support-tools.cache.unknown.clearable=false
6060
# this maps the final name back to the name used for config lookup
6161
cache.propertyClassSharedCache.configCacheName=propertyClassCache
6262
cache.propertyValueSharedCache.configCacheName=propertyValueCache
63+
cache.authorizationSharedCache.configCacheName=authorizationCache
6364

6465
# (unforked) javascript-console also has a mismatch due to code to manage compatibility with different Alfresco versions
6566
cache.cache.jsConsoleOutput.configCacheName=jsConsoleOutput
@@ -96,6 +97,7 @@ cache.readersDeniedSharedCache.clearable=true
9697
cache.nodeOwnerSharedCache.clearable=true
9798
cache.nodeRulesSharedCache.clearable=true
9899
cache.personSharedCache.clearable=true
100+
cache.authorizationCache.clearable=true
99101
cache.protectedUsersCache.clearable=true
100102
# clearing either ticket caches will effectively invalidate all active user sessions
101103
# usernameToTicketIdCache only in ACS 7.0+ as optimisation
@@ -111,7 +113,6 @@ cache.permissionEntitySharedCache.clearable=true
111113
cache.propertyUniqueContextSharedCache.clearable=true
112114
cache.siteNodeRefSharedCache.clearable=true
113115
cache.solrFacetNodeRefSharedCache.clearable=true
114-
115116
cache.folderSizeSharedCache.clearable=true
116117
cache.contentDiskDriver.fileInfoCache.clearable=true
117118

0 commit comments

Comments
 (0)