We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612e00f commit 4f06b8cCopy full SHA for 4f06b8c
14/umbraco-cms/reference/cache/examples/tags.md
@@ -108,18 +108,13 @@ Now you can inject `ICacheTagService` in any constructor in your project - wohoo
108
109
Now that we have our service it's time to create an endpoint where we can fetch the (cached) tags.
110
111
-{% hint style="warning" %}
112
-The example below uses UmbracoApiController which is obsolete in Umbraco 14 and will be removed in Umbraco 15.
113
-{% endhint %}
114
-
115
```csharp
116
using System;
117
using System.Collections.Generic;
118
using Microsoft.AspNetCore.Mvc;
119
using Doccers.Core.Services;
120
using Umbraco.Cms.Core.Models;
121
122
123
namespace Doccers.Core.Controllers.Api;
124
125
[ApiController]
0 commit comments