Skip to content

Optimize Cache Keys #48

Closed
Closed
@mikebronner

Description

@mikebronner

Currently cache keys can be extraordinarily long, which might cause an issue if max key length is reached.

To prevent this, I had the idea of generating cache keys the same way they are now, but then using their hash as the key.

This will reduce key size, as well as obfuscate its content. (That would only be important for encrypted data, which it currently is not, but could also be a future consideration.)

I could see this being a quick little project for you. Please let me know your thoughts on the concept (pros/cons), and if you would be interested in it.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions