openedx / edx-django-utils

edX utilities for Django Application development.
https://edx.readthedocs.io/projects/edx-django-utils/en/latest/
Apache License 2.0
26 stars 20 forks source link

ARCH-223: Enhance cache utilities. #10

Closed robrap closed 6 years ago

robrap commented 6 years ago

Description:

Change is_hit/is_miss to is_found.

Note: I am updating to 1.0.0 because of the breaking change. No one is using this except ecommerce yet, and I will fix that.

JIRA:

ARCH-223

Merge checklist:

Post merge:

robrap commented 6 years ago

@nasthagiri: I added the data dict in a separate commit to make it simpler to review.