menu
flutter_ai_bridge
flutter_ai_bridge.dart
ResponseCache
ResponseCache.new constructor
ResponseCache.new
dark_mode
light_mode
ResponseCache
constructor
ResponseCache
(
{
Duration
ttl
=
const Duration(hours: 1)
,
int
maxEntries
=
100
,
})
Implementation
ResponseCache({ this.ttl = const Duration(hours: 1), this.maxEntries = 100, });
flutter_ai_bridge
flutter_ai_bridge
ResponseCache
ResponseCache.new constructor
ResponseCache class