public CollectionRegion buildCollectionRegion(String regionName, Properties properties, CacheDataDescription metadata)
throws CacheException
{
ExoCache<Serializable, Object> cache =
cacheService.getCacheInstance("ExoCacheRegionFactory-Collection-" + regionName);
return new ExoCacheCollectionRegion(cache, metadata);
}