Class OfflinePlayerCache
java.lang.Object
org.strassburger.lifestealz.util.caches.Cache<String>
org.strassburger.lifestealz.util.caches.OfflinePlayerCache
-
Constructor Summary
ConstructorsConstructorDescriptionOfflinePlayerCache
(LifeStealZ plugin) A cache for offline players to avoid unnecessary database queries on tab completion -
Method Summary
Methods inherited from class org.strassburger.lifestealz.util.caches.Cache
addAllItems, addItem, clearCache, getCachedData, getPlugin, removeItem
-
Constructor Details
-
OfflinePlayerCache
A cache for offline players to avoid unnecessary database queries on tab completion
-
-
Method Details
-
reloadCache
public void reloadCache()Reload the cache from the database- Specified by:
reloadCache
in classCache<String>
-