Uses of Interface
net.runelite.cache.fs.Storage
-
Packages that use Storage Package Description net.runelite.cache.fs net.runelite.cache.fs.flat net.runelite.cache.fs.jagex -
-
Uses of Storage in net.runelite.cache.fs
Methods in net.runelite.cache.fs that return Storage Modifier and Type Method Description StorageStore. getStorage()Constructors in net.runelite.cache.fs with parameters of type Storage Constructor Description Store(Storage storage) -
Uses of Storage in net.runelite.cache.fs.flat
Classes in net.runelite.cache.fs.flat that implement Storage Modifier and Type Class Description classFlatStorageA Storage that stores the cache as a series of flat files, designed to be git revisioned. -
Uses of Storage in net.runelite.cache.fs.jagex
Classes in net.runelite.cache.fs.jagex that implement Storage Modifier and Type Class Description classDiskStorage
-