Releases: vpetrigo/caches
Releases · vpetrigo/caches
v0.0.5
Fixed:
- unused parameter warnings (#28)
- MSVC warning flags for tests setup (0f65db1)
Added:
- HashMap as a template parameter to allow custom implementation usage (#26)
v0.0.4
Fixed:
- Incorrect FIFO policy erasure in the case of
Remove()
call (f834cf1)
v0.0.3
Add:
TryGet()
method that allows cache's element access without exception rising in the case of missing
- documentation output for the library
v0.0.2
Minor clean ups of fixed_sized_cache
class:
- remove necessity of
Policy
key type specification
- update
Clear()
to use STL for_each
function
v0.0.1
Initial caches library release