patterns/caching/ #86
Replies: 1 comment
-
<3 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
patterns/caching/
Intent The caching pattern avoids expensive re-acquisition of resources by not releasing them immediately after use. The resources retain their identity, are kept in some fast-a...
https://java-design-patterns.com/patterns/caching/
Beta Was this translation helpful? Give feedback.
All reactions