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
Describe the bug commit: 577b87b Cache will not be expired for getMultiVersionMessage().
To Reproduce Steps to reproduce the behavior:
cacheItem_zhcn.setCacheItem(cacheItem_zhcn.getEtag(), cacheItem_zhcn.getTimestamp(), 0l); cacheItem_source.setCacheItem(cacheItem_source.getEtag(), cacheItem_source.getTimestamp(), 0l); cacheItem_en.setCacheItem(cacheItem_en.getEtag(), cacheItem_en.getTimestamp(), 0l);
cache.getExpiredTime()
Expected behavior cache should be expired in certain time, then new request will be sent out to service for updated translation.
The text was updated successfully, but these errors were encountered:
huihuiw01
No branches or pull requests
Describe the bug
commit: 577b87b
Cache will not be expired for getMultiVersionMessage().
To Reproduce
Steps to reproduce the behavior:
cache.getExpiredTime()
Expected behavior
cache should be expired in certain time, then new request will be sent out to service for updated translation.
The text was updated successfully, but these errors were encountered: