# Packages
Package filewrite provides ResourceCache that also saves signed exchanges
to files on the Store operations to the cache.
# Functions
NewBoundedInMemoryCache returns a new ResourceCache that stores Resources in memory, with an eviction policy after `size` entries.
NewOnMemoryCache creates and initializes a new ResourceCache storing Resources on memory.
NilCache returns a ResourceCache that stores and retrieves nothing.
# Interfaces
ResourceCache caches resource.Resources.