| Package | Description |
|---|---|
| me.lucko.luckperms.api.caching |
| Modifier and Type | Method and Description |
|---|---|
PermissionData |
CachedData.calculatePermissions(Contexts contexts)
Calculates permission data, bypassing the cache.
|
PermissionData |
CachedData.getPermissionData(Contexts contexts)
Gets PermissionData from the cache, given a specified context.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<? extends PermissionData> |
CachedData.reloadPermissions(Contexts contexts)
(Re)loads permission data for a given context.
|
Copyright © 2018. All rights reserved.