Streamline the implementation of collect and caching in readers #262
Labels
enhancement
New feature or request
priority: medium
topic: data
Issue about data loader modules and data processing related
topic: interface
The design and implementation of the Forte interface
Is your feature request related to a problem? Please describe.
The design of
collect
andcache_key_function
is to help develop a caching function during data reading. This design expects the users to cache the results ofcollect
. and use thecache_key
to retrieve it. But this creates the following problem:Describe the solution you'd like
Describe alternatives you've considered
Additional context
Some issues are related to this, such as this one: #239
The text was updated successfully, but these errors were encountered: