Interface PermissionsQueryCache
- All Known Implementing Classes:
DefaultPermissionsQueryCache
public interface PermissionsQueryCache
Caches the result of a permissions query for a given user and set of projects.
- Since:
- 10.4 to replace
PermissionQueryCache
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Disables cache usage for this http request.getQuery
(ApplicationUser searchUser, Collection<Project> projects)
-
Method Details
-
getQuery
-
disableCacheForRequest
void disableCacheForRequest()Disables cache usage for this http request.
-