fromString static method
Implementation
static CacheStrategy fromString(String value) {
return CacheStrategy.values.firstWhere((e) => e.value == value);
}
static CacheStrategy fromString(String value) {
return CacheStrategy.values.firstWhere((e) => e.value == value);
}