LuckPerms/common
Luck e8c4a55dc3
Cache the most recent lookup for permission/meta data in AbstractCachedData.
This avoids a (somewhat) costly lookup operation involving Contexts comparison. It aims to be effective on the basis that lookup calls within the same period of time are likely to target the same context (and therefore have the same result).
2018-11-24 01:17:42 +00:00
..
src/main Cache the most recent lookup for permission/meta data in AbstractCachedData. 2018-11-24 01:17:42 +00:00
build.gradle Fix buildscript deployment config for Sonatype 2018-09-23 14:30:09 +01:00