Skip to content

Cache enhancements

Compare
Choose a tag to compare
@ppedziwiatr ppedziwiatr released this 01 Dec 10:18
· 302 commits to main since this release

This release adds new methods to the SortKeyCache interface:

  1. prune - allows to remove old cache entries - https://github.com/warp-contracts/warp/blob/main/src/cache/SortKeyCache.ts#L65
  2. delete - allows to remove all cached values for a given contract - https://github.com/warp-contracts/warp/blob/main/src/cache/SortKeyCache.ts#L35

What's Changed

New Contributors

Full Changelog: v1.2.30...1.2.31