WorkspaceEntry workspaceEntry = new WorkspaceEntry();
workspaceEntry.setCache(entry);
workspaceEntry.setUniqueName("MyWorkspace");
JBossCacheWorkspaceStorageCache cache = new JBossCacheWorkspaceStorageCache(workspaceEntry,
transactionService == null ? null : transactionService, new ConfigurationManagerImpl());
cache.start();
return cache;
}
protected void finalize(JBossCacheWorkspaceStorageCache cache)
{