compas-dev / compas-dev/compas_cloud
feature_request: option to use named keys for caching
- Dominant language
- Python
- Stars
- 6
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Consider allowing user to supplement their own named keys when caching object... in order to facilitate more intuitive retrieval of cached objects. This involves making the following changes:
_(1) Create property in ServerProtocol class to store the map between datakey and id_:_

_(2) Inside the Proxy class...__
_When a user supply a datakey, this is sent along with the data to the server_

_(3) Correspondingly, the ServerProtocol class stores any supplied datakey to the property / mapper described in (1)_

_(4) In the Get method of the ServerProtocol class, allow the datakey to be used for retrieving cached object... (If the key is not an ID, the method will search for stored keys)_

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.