Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/Sitecore Fundamentals/Caching/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Caches can be created as needed in your code.
* [Removing a Value from the Cache](#removing_a_value_from_the_cache)
* [Clearing the Cache](#clearing_the_cache)

#### <a name=creating_the_cache"">Creating the Cache</a>
#### <a name="creating_the_cache">Creating the Cache</a>
Creating a cache consists of creating a new instance of `Sitecore.Caching.Cache`. When the instance is created the cache is automatically registered with the system. This means that Sitecore recognizes the cache and can control it.

var mycache = new Sitecore.Caching.Cache("test cache", 1024);
Expand Down