rtomayko / rack-cache

Real HTTP Caching for Ruby Web Apps
http://rtomayko.github.io/rack-cache/
Other
822 stars 124 forks source link

Resolve TODO - Purge metastore key when matching entitystore entry is not found #152

Closed randallreedjr closed 6 years ago

randallreedjr commented 6 years ago

Current comment:

 # TODO the metastore referenced an entity that doesn't exist in
# the entitystore. we definitely want to return nil but we should
# also purge the entry from the meta-store when this is detected.