Skip to content

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.

License

Notifications You must be signed in to change notification settings

adrianveliz/cache_csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 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

Linux:

Required: Mono SDK

dmcs Program.cs

./Program.exe

Windows:

Required: Visual Studio or Microsoft Build Tools/SDK

csc Program.cs

.\Program.exe

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages