Package net.luckperms.api.cacheddata
Interface CachedData
-
- All Known Subinterfaces:
CachedMetaData,CachedPermissionData
public interface CachedDataHolds cached lookup data for a given set of query options.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull QueryOptionsgetQueryOptions()Gets the query options this container is holding data for.
-
-
-
Method Detail
-
getQueryOptions
@NonNull QueryOptions getQueryOptions()
Gets the query options this container is holding data for.- Returns:
- the query options this container is caching
-
-