};
}
@Override
protected CacheStrategy<CacheKey, CacheValue> newCacheStrategy() {
return new ConfigurableCacheStrategy() {
@Override
protected Properties newProperties() {
final Properties props = new Properties();
updatePropertiesWithConfiguration(props, ConfigurableCacheStrategy.KEY);
return props;