fireREST icon indicating copy to clipboard operation
fireREST copied to clipboard

Add result caching to get operations

Open kaisero opened this issue 4 years ago • 0 comments

Currently result caching is achieved using functools lru_cache without cache invalidation for get_id_by_name operations only. The goal is to enable caching by default and add memoization with integrated cache invalidation upon changes performed via create/update procedures.

kaisero avatar Apr 09 '20 07:04 kaisero