mhgbrown / cached_resource

Caching for ActiveResource
MIT License
80 stars 28 forks source link

Add `cache_key_prefix` to configuration to use as prefix for key caching #66

Open jlurena opened 3 months ago

jlurena commented 3 months ago

Summary

It is easier to delete keys when we have an established pattern, ergo a prefix. This feature is to add into configuration a prefix to the cache keys.

jlurena commented 3 months ago

Done. https://github.com/mhgbrown/cached_resource/pull/67