*/
public TimestampsRegion buildTimestampsRegion(String regionName, Properties properties) throws CacheException
{
ExoCache<Serializable, Object> cache =
cacheService.getCacheInstance("ExoCacheRegionFactory-Timestamps-" + regionName);
return new ExoCacheTimestampsRegion(cache);
}