Skip to content

v0.3.0

Compare
Choose a tag to compare
@rockdaboot rockdaboot released this 25 Mar 17:49
· 51 commits to main since this release

Simplify the API for creating new LRU instances.
The Config type has been removed.
Removed DefaultConfig() and NewWithConfig().
The arguments to the New() function have changed.
New functions NewWithSize(), SetLifetime() and SetOnEvict().