Class CacheSystem
java.lang.Object
com.djrapitops.plan.gathering.cache.CacheSystem
- All Implemented Interfaces:
SubSystem
System that holds data caches of the plugin.
-
Constructor Summary
ConstructorDescriptionCacheSystem
(TabCompleteCache tabCompleteCache, SessionCache sessionCache, NicknameCache nicknameCache, GeolocationCache geolocationCache, JSONStorage jsonStorage) -
Method Summary
-
Constructor Details
-
CacheSystem
@Inject public CacheSystem(TabCompleteCache tabCompleteCache, SessionCache sessionCache, NicknameCache nicknameCache, GeolocationCache geolocationCache, JSONStorage jsonStorage)
-
-
Method Details