1 #ifndef teca_indexed_dataset_cache_h
2 #define teca_indexed_dataset_cache_h
5 #include "teca_algorithm.h"
6 #include "teca_metadata.h"
30 TECA_GET_ALGORITHM_PROPERTIES_DESCRIPTION()
31 TECA_SET_ALGORITHM_PROPERTIES()
37 TECA_ALGORITHM_PROPERTY(
unsigned long, max_cache_size)
48 TECA_ALGORITHM_PROPERTY(
int, override_request_index)
61 const_p_teca_dataset execute(
63 const std::vector<const_p_teca_dataset> &input_data,
67 unsigned long max_cache_size;
68 int override_request_index;
71 internals_t *internals;
The interface to TECA pipeline architecture.
Definition: teca_algorithm.h:244
Caches N datasets such that repeated requests for the same dataset are served from the cache.
Definition: teca_indexed_dataset_cache.h:21
p_teca_error_handler error_handler TECA_EXPORT
The global error handler instance.