T - T extends Permissionprivate static class AuthManager.PermissionCache<T extends Permission> extends Object
| Modifier and Type | Field and Description | 
|---|---|
| private Map<String,Set<T>> | cache | 
| private Object | mutex | 
| Modifier | Constructor and Description | 
|---|---|
| private  | PermissionCache() | 
| Modifier and Type | Method and Description | 
|---|---|
| (package private) void | clear() | 
| (package private) Set<T> | get(String name) | 
| (package private) void | put(String name,
   T perm) | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.