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

outdated

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

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.
7
likes
0
pub points
86%
popularity

Publisher

verified publishersylfree.com

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

quiver, to_string_pretty, tuple

More

Packages that depend on memoized