package logging
Ordering
- Alphabetic
Visibility
- Public
- Protected
Utilities for memoizing the results of method calls in a cache.
Utilities for memoizing the results of method calls in a cache. The cache key is generated from the method arguments using a macro, so that you don't have to bother passing them manually.