⬅︎ Back to Persistent caching with fire-and-forget updates
I'm just testing something here.
What you describe is really a specific implementation of Memoization - http://en.wikipedia.org/wiki/Memoization. You're right, it's a very powerful design.
Comment
I'm just testing something here.
Parent comment
What you describe is really a specific implementation of Memoization - http://en.wikipedia.org/wiki/Memoization. You're right, it's a very powerful design.