Constructor and Description |
---|
CacheSystem(TabCompleteCache tabCompleteCache,
SessionCache sessionCache,
NicknameCache nicknameCache,
GeolocationCache geolocationCache) |
Modifier and Type | Method and Description |
---|---|
void |
disable()
Performs disable actions for the subsystem
|
void |
enable()
Performs enable actions for the subsystem.
|
GeolocationCache |
getGeolocationCache() |
NicknameCache |
getNicknameCache() |
SessionCache |
getSessionCache() |
@Inject public CacheSystem(TabCompleteCache tabCompleteCache, SessionCache sessionCache, NicknameCache nicknameCache, GeolocationCache geolocationCache)
public void enable()
SubSystem
public void disable()
SubSystem
public NicknameCache getNicknameCache()
public GeolocationCache getGeolocationCache()
public SessionCache getSessionCache()