@override bool has(dynamic key) { try { final target = _formatTarget(key); _getExpiration(target); return true; } catch (e) { return false; } }