bbc / http-transport-cache

A HTTP spec compliant caching layer for http-transport.
Other
3 stars 5 forks source link

Fix: apply cache name when sending events #9

Closed cejast closed 6 years ago

cejast commented 6 years ago
httpTransport.use(httpTransportCache.maxAge(cache, { name: 'somecache' });
nspragg commented 6 years ago

👍