-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
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
@Cacheable - SoftReference #214
Comments
@dmzaytsev thank you for the ticket reported, I topped your account for 15 mins, transaction |
@nesterov-n This task is yours, please go ahead keeping in mind this. If any questions, don't hesitate to ask right here The cost of this task is 30 mins (this is exactly how much will be paid, not less not more), when the task is done |
@nesterov-n thanks |
@dmzaytsev PR has been merged. Can you close this issue? |
@nesterov-n thanks |
@yegor256 please release if possible |
@rultor release, tag is |
@nesterov-n Thanks for your contribution, 30 mins was added to your account, payment ID is |
I would propose to use
SoftReference
inside@Cacheable
to prevent OutOfMemory errorssee https://docs.oracle.com/javase/7/docs/api/java/lang/ref/SoftReference.html
Maybe usage of
SoftReference
should be optional.The text was updated successfully, but these errors were encountered: