Official adapters

View Source

Currently we officially support the following adapters:

CacheNebulex AdapterDependency
Nil (special adapter to disable caching)Nebulex.Adapters.NilBuilt-In
Generational Local CacheNebulex.Adapters.Localnebulex_local
PartitionedNebulex.Adapters.Partitionednebulex_distributed
MultilevelNebulex.Adapters.Multilevelnebulex_distributed
RedisNebulex.Adapters.Redisnebulex_redis_adapter
CachexNebulex.Adapters.Cachexnebulex_adapters_cachex

The adapter documentation links above will help you get started with your adapter of choice. For API reference, you can check out the Nebulex documentation.