Closed Jaymon closed 3 years ago
Right now you save the data by setting .data, that works but is kind of inscrutable, but something like:
.data
c = KeyCache("foo") c.update("this value will be saved in key foo")
would be easier to document and discover
Right now you save the data by setting
.data
, that works but is kind of inscrutable, but something like:would be easier to document and discover