Package net.luckperms.api.cacheddata
Interface CachedData
- All Known Subinterfaces:
CachedMetaData,CachedPermissionData
public interface CachedData
Holds cached lookup data for a given set of query options.
All calls will account for inheritance, as well as any default data provided by the platform. These calls are heavily cached and are therefore fast.
-
Method Summary
Modifier and TypeMethodDescriptionGets the query options this container is holding data for.
-
Method Details
-
getQueryOptions
@NonNull QueryOptions getQueryOptions()Gets the query options this container is holding data for.- Returns:
- the query options this container is caching
-