Skip to content

0.6.6

Compare
Choose a tag to compare
@sqla-tester sqla-tester released this 20 Sep 19:10

0.6.6

Released: Wed Jun 27 2018

  • [feature] Added method CacheRegion.actual_backend which calculates and
    caches the actual backend for the region, which may be abstracted by
    the use of one or more ProxyBackend subclasses.

    References: #123

  • [bug] Fixed a condition in the Lock where the "get" function could be
    called a second time unnecessarily, when returning an existing, expired
    value from the cache.

    References: #122