Skip to content

Commit

Permalink
fix missing bullet in caching guide
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsmyth committed Oct 8, 2024
1 parent 9d08d9e commit a12b877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In Steampipe v0.20.0, the caching options and behavior have changed. This guide
## Types of Caches

There are 2 caches in Steampipe:
The **Query Cache** is used to cache query results. Plugins automatically support query caching just by using the Steampipe Plugin SDK. In general this requires no plugin-specific code, though there are cases where the plugin author may need to dictate the caching behavior for a given table. The query cache resides in the plugin process.
- The **Query Cache** is used to cache query results. Plugins automatically support query caching just by using the Steampipe Plugin SDK. In general this requires no plugin-specific code, though there are cases where the plugin author may need to dictate the caching behavior for a given table. The query cache resides in the plugin process.

- The **Plugin Cache** (sometimes called the **Connection Cache**) can be used by plugin authors to cache arbitrary data. The plugin cache also resides in the plugin process.

Expand Down

0 comments on commit a12b877

Please sign in to comment.