tag:github.com,2008:https://github.com/emillis/cacheMachine/releases Tags from cacheMachine 2022-08-14T19:29:50Z tag:github.com,2008:Repository/485101660/v0.3.4 2022-08-14T19:39:39Z v0.3.4 emillis tag:github.com,2008:Repository/485101660/v0.3.3 2022-08-14T19:22:47Z v0.3.3 <p>There was a glitch where sometimes the functions that had deferred fu…</p> <p>…nctionality but wasn't returning anything wouldn't actually run the deferred functionality. This has now been fixed</p> emillis tag:github.com,2008:Repository/485101660/v0.3.2 2022-08-04T17:46:38Z v0.3.2 <p>Modified test "TestCache_GetEntry". It did not previously include a n…</p> <p>…il value test</p> emillis tag:github.com,2008:Repository/485101660/v0.3.1 2022-08-02T19:23:14Z v0.3.1 <p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/emillis/cacheMachine/pull/2">#2</a> from emillis/v0.3.1</p> <p>Glitch and test fixes</p> emillis tag:github.com,2008:Repository/485101660/v0.3.0 2022-07-17T18:24:56Z v0.3.0 <p>Fixed the "AddTimer" cache method. Also added tests for Entry - "Stop…</p> <p>…Timer" and "ResetTimer"</p> emillis tag:github.com,2008:Repository/485101660/v0.2.1 2022-06-26T07:54:58Z v0.2.1 emillis tag:github.com,2008:Repository/485101660/v0.2 2022-06-23T18:58:56Z v0.2 <p>Added two new function - "Merge(c1, c2)" and "MergeAndReset(c1, c2)".…</p> <p>… First one merges everything from c2 into c1. Second one does exactly the same, but additionally, it wipes c2 clean after the merger</p> <p>Private method "copyData()" is no longer protected by a mutex. A public method using it should use mutex instead.</p> emillis tag:github.com,2008:Repository/485101660/v0.1.1 2022-06-18T20:23:40Z v0.1.1 <p>Added "GetRandomSamples(n int)" method to Cache struct. Ite returns s…</p> <p>…et of size n of random data from cache. Added benchmark for it too.</p> <p>Also, changed how Count() int is returned. This does not affect the API.</p> emillis tag:github.com,2008:Repository/485101660/v0.1.0 2022-06-15T18:22:26Z v0.1.0 <p>Copy function now takes interface with "GetAll() map[TKey]TValue" met…</p> <p>…hod defined, rather than the actual Cache type</p> emillis