cacheable 2.0.0 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -39,11 +39,6 @@
39
39
  * [Cacheable Statistics (Instance Only)](#cacheable-statistics-instance-only)
40
40
  * [Cacheable - API](#cacheable---api)
41
41
  * [CacheableMemory - In-Memory Cache](#cacheablememory---in-memory-cache)
42
- * [CacheableMemory Store Hashing](#cacheablememory-store-hashing)
43
- * [CacheableMemory LRU Feature](#cacheablememory-lru-feature)
44
- * [CacheableMemory Performance](#cacheablememory-performance)
45
- * [CacheableMemory Options](#cacheablememory-options)
46
- * [CacheableMemory - API](#cacheablememory---api)
47
42
  * [Keyv Storage Adapter - KeyvCacheableMemory](#keyv-storage-adapter---keyvcacheablememory)
48
43
  * [Wrap / Memoization for Sync and Async Functions](#wrap--memoization-for-sync-and-async-functions)
49
44
  * [Get Or Set Memoization Function](#get-or-set-memoization-function)