We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
meta データだけ更新したい、というケースについての対応方針が知りたいです。 例えば、get で参照されたデータの expire を更新したいなど。
The text was updated successfully, but these errors were encountered:
expireに関しては更新させても問題ないですが、typeやsizeの変更を認めるわけにはいかないのでexpireだけ対応というのも微妙かなと思います。
アクセスしたデータの寿命延命が目的なら #5 で検討したいと思います。
アクセス頻度が高い想定のデータはset時のmaxAgeを長めにするなど、使い方である程度のヒット率コントロールは可能です。
Sorry, something went wrong.
No branches or pull requests
meta データだけ更新したい、というケースについての対応方針が知りたいです。
例えば、get で参照されたデータの expire を更新したいなど。
The text was updated successfully, but these errors were encountered: