This may sound dumb, but here it goes …
I have an app that has a command structure like so …
appName [domaina|domainb] [taskTypeA|taskTypeB] [list,view,close,comment…]
My API connections occur at the lowest level … [list,view, etc]
I was wondering if I can cache (file or memory) a connection object at the [taskTypeA|taskTypeB] level to be shared/retrieved by the subordinate commands?
All the connections packages I see require a []byte
or string
for file or memory caching