saveDataToCache method
[Future<[void>]] saveDataToCache(
- [[List<[T>]] data]
)
Saves a list of data to the cache, replacing any existing data.
params:
data
: The list of data to be saved to the cache.
returns: None
Implementation
Future<void> saveDataToCache(List<T> data) async
- talawa
- base_feed_manager
- BaseFeedManager<[T>]
- saveDataToCache method