Commits

Daniel Dunbar committed a086f6c8426
[Basic] Add a thread-safe lazy method cache wrapper. - This isn't a particularly efficient implementation (in particular, it takes a full lock on every access), but it should be sufficient for our current purposes.