Skip to content

Commit

Permalink
Use new note syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
calvincestari committed Apr 8, 2024
1 parent b6f3faf commit 7e8075f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/source/caching/cache-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,11 @@ A few examples of this are:

For data that you want to persist between application runs, the `SQLiteNormalizedCache` may fit your needs.

> **Note: Caching Sensitive Data**
>
> When persisting cache data to disk, be sure to consider if any sensitive data is being written to the cache. Cache data is stored in plain-text and can be retrieved from the device. You may need to sanitize your cache data or encrypt the cache file.
<Note>

When persisting cache data to disk, be sure to consider if any sensitive data is being written to the cache. Cache data is stored in plain-text and can be retrieved from the device. You may need to sanitize your cache data or encrypt the cache file.

</Note>

### Setup

Expand Down

0 comments on commit 7e8075f

Please sign in to comment.