public WorkspaceStorageCache getCacheImpl() throws Exception
{
/*String name, boolean enabled, int maxSize, long liveTimeSec,
long cleanerPeriodMillis, long statisticPeriodMillis, boolean deepDelete, boolean cleanStatistics,
int blockingUsers, boolean showStatistic*/
return new LinkedWorkspaceStorageCacheImpl("test_WorkspaceStorageCacheBaseCase", true,
100 * 1024, 120, 5 * 60000, 30000, false, true, 0, false);
//return new LinkedWorkspaceStorageCacheImpl((WorkspaceEntry)session.getContainer().getComponentInstanceOfType(
// WorkspaceEntry.class));
}