Constructor and Description |
---|
CacheSystem(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(SessionCache sessionCache, NicknameCache nicknameCache, GeolocationCache geolocationCache)
public void enable() throws EnableException
SubSystem
enable
in interface SubSystem
EnableException
- If an error occurred during enable and it is fatal to the subsystem.public void disable()
SubSystem
public NicknameCache getNicknameCache()
public GeolocationCache getGeolocationCache()
public SessionCache getSessionCache()