◆ build()
Build a new instance of the cache.
- Parameters
-
- c - a cache to get the key and value types from
- cacheSize - size of the cache
- <K> - type of key to store in the cache
- <V> - type of value to store in the cache
- Returns
- a new cache instance
Implements fiftyone.caching.CacheBuilder.