Skip to content

Commit ba4eced

Browse files
authored
Improve Cache Documentation (#6933)
1 parent 09eb3c0 commit ba4eced

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

website/src/basic/legal/acceptable-use-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ If a customer - or their end-user or anyone using our Services as a result of th
3030

3131
Our Services must not be used to transmit, distribute or store any material in violation of any applicable law. This includes but isn't limited to:
3232

33-
1. any material protected by copyright, trademark, trade secret, or other intellectual property right used without proper authorization, and
34-
1. any material that is obscene, defamatory, constitutes an illegal threat or violates export control laws.
33+
1. any material protected by copyright, trademark, trade secret, or other intellectual property right used without proper authorization, and
34+
1. any material that is obscene, defamatory, constitutes an illegal threat or violates export control laws.
3535

3636
The customer is solely responsible for all material they input, upload, disseminate, transmit, create or publish through or on our Services, and for obtaining legal permission to use any works included in such material.
3737

website/src/docs/bananacakepop/v2/apis/fusion.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,15 @@ services
340340
341341
## `BlobStorageCache`
342342
343-
This cache stores your data in Azure Blob Storage. Set it up with:
343+
This cache stores your data in Azure Blob Storage.
344+
345+
You need to install the `BananaCakePop.Services.Azure` package:
346+
347+
```bash
348+
dotnet add package BananaCakePop.Services.Azure
349+
```
350+
351+
Set it up with:
344352
345353
```csharp
346354
services

0 commit comments

Comments
 (0)