Skip to content

Commit c49589f

Browse files
committed
Fix readme typo
1 parent 3d1eea5 commit c49589f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ You can use this context to hold any of the other objects or properties you need
368368
|:-|
369369
|You can specify your own context activator via `builder.CacheContextActivator` by implementing a custom `ICacheContextActivator`. To see a complete example, see [this integration for SimpleInjector](https://github.com/mgoodfellow/CacheTower.ContextActivators.SimpleInjector)|
370370

371-
## <a id="named-cache-stacks"> 🏷 Named Cache Stacks
371+
## <a id="named-cache-stacks" /> 🏷 Named Cache Stacks
372372

373373
You might not always want a single large `CacheStack` shared between all your code - perhaps you want an in-memory cache with a Redis layer for one section and a file cache for another.
374374
Cache Tower supports named `CacheStack` implementations via `ICacheStackAccessor`/`ICacheStackAccessor<MyContext>`.

0 commit comments

Comments
 (0)