1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-06 07:32:46 +00:00

Implements GuavaCacheService as default service implementation

This commit is contained in:
2012-05-05 16:58:46 -03:00
parent 1a5c4a55bd
commit 5ba7f75cf0
5 changed files with 210 additions and 4 deletions

View File

@@ -47,7 +47,7 @@
<service interface="com.l2jserver.service.configuration.ConfigurationService"
implementation="com.l2jserver.service.configuration.XMLConfigurationService" />
<service interface="com.l2jserver.service.cache.CacheService"
implementation="com.l2jserver.service.cache.SoftCacheService" />
implementation="com.l2jserver.service.cache.GuavaCacheService" />
<service interface="com.l2jserver.service.core.logging.LoggingService"
implementation="com.l2jserver.service.core.logging.Log4JLoggingService">
<logger name="" level="ERROR" />