Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create concurrent cache with flexible eviction policies
This commit adds a concurrent cache with flexible eviction policies. In particular, this cache supports: 1. concurrency 2. weight-based evictions 3. time-based evictions 4. manual invalidation 5. removal notification 6. cache statistics Closes #13717
- Loading branch information