Skip to content

Commit

Permalink
Improve Cache Documentation (#6933)
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalSenn authored Feb 23, 2024
1 parent 09eb3c0 commit ba4eced
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions website/src/basic/legal/acceptable-use-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ If a customer - or their end-user or anyone using our Services as a result of th

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:

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

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.

Expand Down
10 changes: 9 additions & 1 deletion website/src/docs/bananacakepop/v2/apis/fusion.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,15 @@ services
## `BlobStorageCache`
This cache stores your data in Azure Blob Storage. Set it up with:
This cache stores your data in Azure Blob Storage.
You need to install the `BananaCakePop.Services.Azure` package:
```bash
dotnet add package BananaCakePop.Services.Azure
```
Set it up with:
```csharp
services
Expand Down

0 comments on commit ba4eced

Please sign in to comment.