applyStrategy<T> abstract method
Future<T?>
applyStrategy<T>(
- AsyncFunc<
T> asyncFunc, - String key,
- SerializerFunc serializerFunc,
- int ttlValue,
- Storage storage,
Implementation
Future<T?> applyStrategy<T>(AsyncFunc<T> asyncFunc, String key,
SerializerFunc serializerFunc, int ttlValue, Storage storage);