Pavalisoft.Caching  1.2.1
A single unified Caching Api for both MemoryCache and DistributedCache implementations including CacheManager
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 CPavalisoft.Caching.CachePartitionDefinitionRepresents the Cache Partition Configuration Information
 CPavalisoft.Caching.CacheSettingsProvides configuration structure for the Cache manager and its partitions including Cache stores
 CPavalisoft.Caching.CacheStoreDefinitionRepresents Cache Store Information
 CDictionary
 CPavalisoft.Caching.Custom.CustomCacheOptions
 CDistributedCacheEntryOptions
 CPavalisoft.Caching.Cache.ExtendedDistributedCacheEntryOptionsProvides the cache options in DistributedCacheEntryOptions with Expiration tokens support
 CPavalisoft.Caching.Interfaces.ICacheRepresents a ICache in ICachePartition implementation
 CPavalisoft.Caching.Cache.DistributedCacheProvides distribution cache implementation ofICache in ICachePartition
 CPavalisoft.Caching.Interfaces.ICacheManagerRepresents ICacheManager implementation
 CPavalisoft.Caching.CacheManagerProvides Cache Api ICacheManagerto interact with Cache Partitions for cache
 CPavalisoft.Caching.Interfaces.ICachePartitionRepresents ICachePartition implementation
 CPavalisoft.Caching.CachePartitionProvides Api to interact with ICachePartition
 CPavalisoft.Caching.Interfaces.ICacheSettingsProviderRepresents ICacheSettingsProvider
 CPavalisoft.Caching.CacheSettingsProviderProvides base implementation for ICacheSettingsProvider
 CPavalisoft.Caching.BaseCacheSettingsProviderProvides Base implementation CacheSettingsProvider of CacheSettings configuration
 CPavalisoft.Caching.ConfigurationCacheSettingsProviderProvides Json based CacheSettings configuration
 CICacheStore
 CPavalisoft.Caching.Interfaces.ICacheStore< T >Represents ICacheStore<T> implementation
 CPavalisoft.Caching.Custom.CustomDistributedCacheStore< T >Provides extension to implement custom ICacheStore<T>
 CPavalisoft.Caching.Interfaces.ICacheStore< MemoryCacheOptions >
 CPavalisoft.Caching.InMemory.InMemoryStoreProvides MemoryCache version of the ICacheStore<T>
 CPavalisoft.Caching.Interfaces.ICacheStore< MemoryDistributedCacheOptions >
 CPavalisoft.Caching.InMemory.MemoryDistributedCacheStoreProvides ExtendedMemoryDistributedCache version of the ICacheStore<T>
 CPavalisoft.Caching.Interfaces.ICacheStore< MySqlCacheOptions >
 CPavalisoft.Caching.MySql.MySqlDistributedCacheStoreProvides ExtendedMySqlCache version of the ICacheStore<T>
 CPavalisoft.Caching.Interfaces.ICacheStore< RedisCacheOptions >
 CPavalisoft.Caching.Redis.RedisDistributedCacheStoreProvides ExtendedRedisCache version of the ICacheStore<T>
 CPavalisoft.Caching.Interfaces.ICacheStore< SqlServerCacheOptions >
 CPavalisoft.Caching.SqlServer.SqlServerDistributedCacheStoreProvides ExtendedSqlServerCache version of the ICacheStore<T>
 CPavalisoft.Caching.Interfaces.ICacheStoreTypeRepresents ICacheStore creation implementation from CacheStoreDefinition
 CPavalisoft.Caching.Custom.CustomDistributedCacheStoreType
 CPavalisoft.Caching.InMemory.InMemoryCacheStoreTypeProvides implementation to create InMemoryStore from CacheStoreDefinition
 CPavalisoft.Caching.InMemory.MemoryDistributedCacheStoreTypeProvides implementation to create MemoryDistributedCacheStore from CacheStoreDefinition
 CPavalisoft.Caching.MySql.MySqlDistributedCacheStoreTypeProvides implementation to create MySqlDistributedCacheStore from CacheStoreDefinition
 CPavalisoft.Caching.Redis.RedisDistributedCacheStoreTypeProvides implementation to create RedisDistributedCacheStore from CacheStoreDefinition
 CPavalisoft.Caching.SqlServer.SqlServerDistributedCacheStoreTypeProvides implementation to create SqlServerDistributedCacheStore from CacheStoreDefinition
 CIDistributedCache
 CPavalisoft.Caching.Interfaces.IExtendedDistributedCacheRepresents the distributed cache
 CPavalisoft.Caching.InMemory.ExtendedMemoryCacheProvides distributed cache implementation using MemoryCache
 CPavalisoft.Caching.InMemory.ExtendedMemoryDistributedCacheProvides distributed cache implementation using MemoryCache
 CPavalisoft.Caching.MySql.ExtendedMySqlCacheProvides MySqlCache version implementation of IExtendedDistributedCache
 CPavalisoft.Caching.Redis.ExtendedRedisCacheProvides RedisCache version implementation of IExtendedDistributedCache
 CPavalisoft.Caching.SqlServer.ExtendedSqlServerCacheProvides SqlServerCache version implementation of IExtendedDistributedCache
 CIEquatable
 CPavalisoft.Caching.TagHelpers.CacheTagKeyAn instance of CacheTagKey represents the state of CacheTagHelper keys
 CPavalisoft.Caching.Interfaces.IExtendedMemoryCacheRepresents a distributed cache of serialized values
 CPavalisoft.Caching.InMemory.ExtendedMemoryCacheProvides distributed cache implementation using MemoryCache
 CIOptions
 CPavalisoft.Caching.Custom.CustomCacheOptions
 CPavalisoft.Caching.Interfaces.ISerializerRepresents interface for Cache Item Serializer
 CPavalisoft.Caching.Serializers.BinaryFormatterSerializerBinaryFormatter implementation of Cache object ISerializer
 CPavalisoft.Caching.Serializers.JsonSerializerJson implementation of Cache object ISerializer
 CPavalisoft.Caching.Serializers.DefaultSerializerRepresents the Object to byte array serialiser used while storing cache object in Distributed Cache
 CMemoryCache
 CPavalisoft.Caching.InMemory.ExtendedMemoryCacheProvides distributed cache implementation using MemoryCache
 CMemoryDistributedCache
 CPavalisoft.Caching.InMemory.ExtendedMemoryDistributedCacheProvides distributed cache implementation using MemoryCache
 CMySqlCache
 CPavalisoft.Caching.MySql.ExtendedMySqlCacheProvides MySqlCache version implementation of IExtendedDistributedCache
 CRedisCache
 CPavalisoft.Caching.Redis.ExtendedRedisCacheProvides RedisCache version implementation of IExtendedDistributedCache
 CSqlServerCache
 CPavalisoft.Caching.SqlServer.ExtendedSqlServerCacheProvides SqlServerCache version implementation of IExtendedDistributedCache
 CTagHelper
 CPavalisoft.Caching.TagHelpers.CacheTagHelperBaseTagHelper base implementation for caching elements
 CPavalisoft.Caching.TagHelpers.CacheTagHelperTagHelper implementation targeting <pavalisoft-cache> elements