Skip to content

Several tests for simulating different types of caches

License

Notifications You must be signed in to change notification settings

asdiamond/cache.tests

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FinalCache

FinalCache uses LRU to evict entries. However it does not use access-history to compute LRU. Rather when objects become unused they become managed by LRU. Usage is determined by the garbage collector.

.NET Core (Cross-Platform)

dotnet build

dotnet run --configuration Release

Linux:

Required: Mono SDK

dmcs Program.cs

./Program.exe

Windows:

Required: Visual Studio or Microsoft Build Tools/SDK

csc Program.cs

.\Program.exe

About

Several tests for simulating different types of caches

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Roff 99.4%
  • Other 0.6%