removed ehcache

This commit is contained in:
Sebastian Sdorra
2014-01-03 10:40:00 +01:00
parent aec7773239
commit 629c062072
12 changed files with 8 additions and 1399 deletions

View File

@@ -51,17 +51,6 @@ public final class CacheTestUtil
//~--- methods --------------------------------------------------------------
/**
* Method description
*
*
* @return
*/
public static EhCacheManager createDefaultEhCacheManager()
{
return new EhCacheManager(net.sf.ehcache.CacheManager.create());
}
/**
* Method description
*