java.lang.Object
top.redstarmc.plugin.velocitytitle.spigot.manager.CacheManager

public class CacheManager extends Object

缓存管理器

  • 构造器详细资料

  • 方法详细资料

    • CachePut

      public void CachePut(@NotNull @NotNull String uuid, @NotNull @NotNull PlayerTitleCache playerTitle)
      向缓存中保存指定的称号
      参数:
      uuid - 玩家 UUID
      playerTitle - 称号
    • CacheGet

      public PlayerTitleCache CacheGet(@NotNull @NotNull String uuid)
    • CacheRemove

      public void CacheRemove(@NotNull @NotNull String uuid)
    • CacheRemoveAll

      public void CacheRemoveAll()