Commit f3993f33 authored by Tobias Meuser's avatar Tobias Meuser
Browse files

Changed method name in CacheInvalidationStrategyType

parent 990bf693
......@@ -31,7 +31,7 @@ public enum CacheInvalidationStrategyType {
this.replacementStrategy = replacementStrategy;
}
public CacheInvalidationStrategy getReplacementStrategy() {
public CacheInvalidationStrategy getInvalidationStrategy() {
return replacementStrategy;
}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment