emo / me.eater.emo / ModpackCollectionCache

ModpackCollectionCache

data class ModpackCollectionCache

Data object which holds cache of modpacks

Constructors

<init>

ModpackCollectionCache(repositoryCache: HashMap<String, RepositoryCache> = hashMapOf(), modpackCache: HashMap<String, ModpackCache> = hashMapOf())

Data object which holds cache of modpacks

Properties

modpackCache

val modpackCache: HashMap<String, ModpackCache>

Cache of known modpacks

repositoryCache

val repositoryCache: HashMap<String, RepositoryCache>

Cache of known repositories