Closed dulalsaurab closed 2 years ago
The return of CacheProducer is (key, data) whereas in the producer's base class it is (data, key). I think it's good to be consistence.
(key, data)
(data, key)
Fixed by #12
The return of CacheProducer is
(key, data)
whereas in the producer's base class it is(data, key)
. I think it's good to be consistence.