This package is the basis for creating caches. Currently, it only has abstractions to implement a distributed cache
based on the IDistributedCache contract and its development IBufferDistributedCache from the .NET standard library.
In the future, I plan to add primitives to implement what I call the proactive cache.
You can read more about the distributed cache behavior contract and implementation of specific caches in the following articles:
- Distributed/stored cache behavior contract
- What you need to write your specific cache implementation
Данный пакет является основой для создания компонентов кэширования. В настоящее время он имеет абстракции только для
реализации распределённого кэша на основе контракта IDistributedCache и его развития IBufferDistributedCache из
стандартной библиотеки .NET. В будущем я планирую добавить примитивы для реализации, как я его называю, проактивного
кэша.
Более подробно о контракте поведения распределённого кэша и реализации конкретных кэшей можно прочесть в следующих статьях: