cache/cache library

Constants

CACHING_BOX → const String

Functions

fetchDataWithCaching<T>(Future<T> fetchData(), String cacheKey, Duration cacheDuration, {bool forceRefresh = false}) Future<T>