Class CacheSystem
- java.lang.Object
-
- com.djrapitops.plan.gathering.cache.CacheSystem
-
-
Constructor Summary
Constructors Constructor Description CacheSystem(TabCompleteCache tabCompleteCache, SessionCache sessionCache, NicknameCache nicknameCache, GeolocationCache geolocationCache, JSONStorage jsonStorage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
disable()
Performs disable actions for the subsystemvoid
enable()
Performs enable actions for the subsystem.GeolocationCache
getGeolocationCache()
NicknameCache
getNicknameCache()
SessionCache
getSessionCache()
-
-
-
Constructor Detail
-
CacheSystem
@Inject public CacheSystem(TabCompleteCache tabCompleteCache, SessionCache sessionCache, NicknameCache nicknameCache, GeolocationCache geolocationCache, JSONStorage jsonStorage)
-
-
Method Detail
-
enable
public void enable()
Description copied from interface:SubSystem
Performs enable actions for the subsystem.
-
disable
public void disable()
Description copied from interface:SubSystem
Performs disable actions for the subsystem
-
getNicknameCache
public NicknameCache getNicknameCache()
-
getGeolocationCache
public GeolocationCache getGeolocationCache()
-
getSessionCache
public SessionCache getSessionCache()
-
-