forked from dotnetcore/EasyCaching
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
36 lines (34 loc) · 1.05 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
site_name: EasyCaching
theme: readthedocs
repo_url: https://github.com/dotnetcore/EasyCaching
pages:
- Introduction: index.md
- Features : Features.md
- Caching Provider:
- In-Memory : In-Memory.md
- Redis : Redis.md
- CSRedis: CSRedis.md
- Memcached : Memcached.md
- SQLite : SQLite.md
- Hybrid : Hybrid.md
- Disk : Disk.md
- LiteDB : LiteDB.md
- FasterKv: FasterKv.md
# - ProviderFactory : ProviderFactory.md
- Provider Factory:
- Overview : FactoryOverview.md
- EasyCachingProvider : EasyCachingProvider.md
- RedisCachingProvider : RedisCachingProvider.md
- HybridCachingProvider : HybridCachingProvider.md
- Caching Interceptor:
- Overview : InterceptorOverview.md
- AspectCore : AspectCore.md
- Castle : Castle.md
- Caching Serializer:
- Overview : SerializerOverview.md
- BinaryFormatter : BinaryFormatter.md
- MessagePack : MessagePack.md
- NewtonsoftJson : NewtonsoftJson.md
- SystemTextJson : SystemTextJson.md
- Protobuf : ProtoBuf.md
- MemoryPack: MemoryPack.md