Object KSObjectCacheManager.Companion
-
- All Implemented Interfaces:
public class KSObjectCacheManager.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final ArrayList<KSObjectCache<?, ?>>cachespublic final static KSObjectCacheManager.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final Booleanregister(KSObjectCache<?, ?> cache)final Unitclear()final ArrayList<KSObjectCache<?, ?>>getCaches()-
-
Method Detail
-
register
final Boolean register(KSObjectCache<?, ?> cache)
-
getCaches
final ArrayList<KSObjectCache<?, ?>> getCaches()
-
-
-
-