Class ProfileCacheManager

java.lang.Object
org.mvplugins.multiverse.inventories.profile.ProfileCacheManager

@Service public final class ProfileCacheManager extends Object
  • Method Details

    • clearPlayerCache

      public void clearPlayerCache(String playerName)
    • clearPlayerCache

      public void clearPlayerCache(UUID playerUUID)
    • clearPlayerProfileCache

      public void clearPlayerProfileCache(Predicate<ProfileKey> predicate)
    • clearAllPlayerProfileCaches

      public void clearAllPlayerProfileCaches()
    • clearGlobalProfileCache

      public void clearGlobalProfileCache(Predicate<UUID> predicate)
    • clearAllGlobalProfileCaches

      public void clearAllGlobalProfileCaches()
    • clearAllCache

      public void clearAllCache()
    • getCacheStats

      public Map<String,com.github.benmanes.caffeine.cache.stats.CacheStats> getCacheStats()