Schnittstelle SkinCache


public interface SkinCache
  • Methodendetails

    • load

      Load all cached skins from the cache and removes all expired skins
      Gibt zurück:
      List of cached skins
    • upsert

      void upsert(SkinFetcher.SkinCacheData skinCacheData, boolean onlyIfExists)
      Save a skin to the cache
      Parameter:
      skinCacheData - Skin data to save
      onlyIfExists - If true, the skin will only be replaced/updated if it already exists in the cache
    • upsert

      default void upsert(SkinFetcher.SkinCacheData skinCacheData)