mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07:25:44 +01:00
update ehcache to version 2.5.1
This commit is contained in:
@@ -71,6 +71,17 @@ public class EhCacheManager implements CacheManager
|
||||
new net.sf.ehcache.CacheManager(EhCacheManager.class.getResource(CONFIG));
|
||||
}
|
||||
|
||||
/**
|
||||
* This constructor is only for unit tests
|
||||
*
|
||||
*
|
||||
* @param cacheManager
|
||||
*/
|
||||
public EhCacheManager(net.sf.ehcache.CacheManager cacheManager)
|
||||
{
|
||||
this.cacheManager = cacheManager;
|
||||
}
|
||||
|
||||
//~--- methods --------------------------------------------------------------
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user