Method for getting a Double with a defined key.
Example:
// RCaching.instance.readDouble(key: RCacheKey("double"));
Future<double?> readDouble({required RCacheKey key});