Closed teogeb closed 4 days ago
Converted the utility function to a class and renamed it to CachingMap. Renamed clearMatching() to invalidate() and reordered generics.
CachingMap
clearMatching()
invalidate()
Also renamed StreamRegistry#clearStreamCache().
StreamRegistry#clearStreamCache()
Do we need multiple caching classes: CachingMap, Mapping and Cache?
Mapping
Cache
Converted the utility function to a class and renamed it to
CachingMap
. RenamedclearMatching()
toinvalidate()
and reordered generics.Also renamed
StreamRegistry#clearStreamCache()
.Future improvements
Do we need multiple caching classes:
CachingMap
,Mapping
andCache
?