dasch / avro_turf

A library that makes it easier to use the Avro serialization format from Ruby.
MIT License
167 stars 80 forks source link

Have DiskCache implement InMemoryCache interface without inheritance #171

Closed piotaixr closed 2 years ago

piotaixr commented 2 years ago

The current implementation was accessing instance variables from parent class and was expecting different contracts about them (type of the key was not the same). Also, there was a different naming for schemas_by_subject_version

piotaixr commented 2 years ago

@dasch Fixed!