World Conquest Chronicles

World Conquest Chronicles

go-cache, v1.5.1

The library that implements an in-memory cache with garbage collection in two modes: total (based on a full scan) and partial (based on expiration in Redis).

Add explanatory comments for the implementation of an in-memory cache and describe releases of the library.

Change Log

  • improve benchmarks:
    • remove data races from additional concurrent loading;
  • implementation of an in-memory cache:
    • add explanatory comments;
  • describe for releases:
    • features;
    • change log.

Repository

Link: https://github.com/thewizardplusplus/go-cache/tree/v1.5.1.

Content: code.

License: MIT.