Expose WeakMemoizer as public

Issue #8 resolved
Kenny MacLeod created an issue

WeakMemoizer is awesome, but is currently package-protected. It'd be great to see it exposed as public so that we can use it.

The use case for use as a lighter-weight alternative to Guava's Interners#weakInterner or JIRA's own WeakInterner.

Comments (5)

  1. Jed Wesley-Smith

    released 2.6.3 and 2.4.2 both with new com.atlassian.util.concurrent.Functions.<K, V> weakMemoize(Function<K, V> f)

  2. Log in to comment