Open Wavesonics opened 10 years ago
Calling get( key ) can be too expensive in some cases as a check if something is in the cache. Providing a light weight, (non-synchronized?) way of checking if a key exists in lruEntries would be very convenient.
get( key )
lruEntries
Calling
get( key )
can be too expensive in some cases as a check if something is in the cache. Providing a light weight, (non-synchronized?) way of checking if a key exists inlruEntries
would be very convenient.