}
public TimestampsRegion buildTimestampsRegion(final String regionName, final Properties properties)
throws CacheException {
return new HazelcastTimestampsRegion<>(hazelcastInstance, regionName, properties,
new TimestampsRegionCache(regionName, hazelcastInstance));
}