-
Suggestion
-
Resolution: Duplicate
-
None
-
None
All cache flushing would be nice. This request is specifically about user and password caches.
Note:
- Custom field caches can be flushed using the Remote API
- OptionSetManager, GenericConfigManager, FieldConfigSchemeManager and FieldConfigSchemePersister can be flushed by adding the line (at line 46):
<%((JiraCachedManager) ComponentManager.getComponentInstanceOfType(aClass)).refreshCache();%>
To the file <jira-install>/atlassian-jira/secure/admin/cacheViewer.jsp. (one is attached).
The user cache appears to be in ExternalEntityJiraProfileProvider, but that's not flushing from a JSP.
- relates to
-
JRASERVER-16493 Add to Jira Admin console a button to refresh the User Repository cache (eg. Crowd's cache)
- Closed