memoized 1.5.0 copy "memoized: ^1.5.0" to clipboard
memoized: ^1.5.0 copied to clipboard

Decorators to cache returned values, it helps in reducing the execution time of the function by using LRU Caching.

1.5.0 #

  • Breaking: remove the deprecated methods Memoized.update and Memoized.requestUpdate.

1.4.7 #

  • Replace LRUCache with quiver.collection.LruMap

1.4.2 #

  • Update package description.

1.4.0 #

  • Remove: MemoizedAsync
  • Add
    1. Memoized 2, 3, 4, 5
    2. MemoizedN.expireAll()

1.0.0 #

  • Initial version.
11
likes
120
points
923
downloads

Publisher

verified publishersylfree.com

Weekly Downloads

Decorators to cache returned values, it helps in reducing the execution time of the function by using LRU Caching.

Documentation

API reference

License

MIT (license)

Dependencies

quiver, to_string_pretty, tuple

More

Packages that depend on memoized