Future<CacheObj?> pullFromCacheBeforeMaxAge(String key, {String? subKey}) async { return _manager.pullFromCacheBeforeMaxAge(key, subKey: subKey); }