Common: Add LRUCache class

This commit is contained in:
Connor McLaughlin
2021-02-21 03:45:50 +10:00
parent 322f1492b2
commit e540ab7038
3 changed files with 103 additions and 0 deletions

View File

@ -87,6 +87,7 @@
<ClInclude Include="iso_reader.h" />
<ClInclude Include="jit_code_buffer.h" />
<ClInclude Include="log.h" />
<ClInclude Include="lru_cache.h" />
<ClInclude Include="make_array.h" />
<ClInclude Include="md5_digest.h" />
<ClInclude Include="null_audio_stream.h" />