类 CacheManager
java.lang.Object
top.redstarmc.plugin.velocitytitle.spigot.manager.CacheManager
缓存管理器
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidCachePut(@NotNull String uuid, @NotNull PlayerTitleCache playerTitle) 向缓存中保存指定的称号voidCacheRemove(@NotNull String uuid) void
-
构造器详细资料
-
CacheManager
public CacheManager(@NotNull @NotNull LoggerManager logger, @NotNull @NotNull VelocityTitleSpigot plugin)
-
-
方法详细资料
-
CachePut
向缓存中保存指定的称号- 参数:
uuid- 玩家 UUIDplayerTitle- 称号
-
CacheGet
-
CacheRemove
-
CacheRemoveAll
public void CacheRemoveAll()
-