Simple object store that offers basic CRUD operations, stores objects in memory and eventually also on disk, if wanted. It's possible to use indexes. The storage contains a file listener, so several instances can use the same path and changes made in one instance will eventually also change in the other instances.
$ dotnet add package BeJo.Storage.ObjectStorageNo README available.