UCLA-IRL / NAC-ABE

Attribute-based Access Control over Named Data Networking
GNU General Public License v3.0
14 stars 11 forks source link

Minor cosmetic issue in cache producer #9

Closed dulalsaurab closed 2 years ago

dulalsaurab commented 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.

tylerliu commented 2 years ago

Fixed by #12