diff --git a/docs/03.reference/02.tags/cache/_attributes/stripWhiteSpace.md b/docs/03.reference/02.tags/cache/_attributes/stripWhiteSpace.md index 232b3d5a4..471c8d867 100644 --- a/docs/03.reference/02.tags/cache/_attributes/stripWhiteSpace.md +++ b/docs/03.reference/02.tags/cache/_attributes/stripWhiteSpace.md @@ -1 +1 @@ -Whether to strip stripWhiteSpace, default is false. currently only trims \ No newline at end of file +Whether to strip stripWhiteSpace, default is `FALSE`. currently only trims \ No newline at end of file diff --git a/docs/03.reference/02.tags/cache/_attributes/useCache.md b/docs/03.reference/02.tags/cache/_attributes/useCache.md index ef149eabf..ce669499e 100644 --- a/docs/03.reference/02.tags/cache/_attributes/useCache.md +++ b/docs/03.reference/02.tags/cache/_attributes/useCache.md @@ -1 +1 @@ -Whether to use the cache, default is true. When false the cache is still updated. \ No newline at end of file +Whether to use the cache, default is `TRUE`. When `FALSE` the cache ignored and still updated. \ No newline at end of file diff --git a/docs/03.reference/02.tags/cache/_attributes/useQueryString.md b/docs/03.reference/02.tags/cache/_attributes/useQueryString.md index d01f07f96..c6bb672d2 100644 --- a/docs/03.reference/02.tags/cache/_attributes/useQueryString.md +++ b/docs/03.reference/02.tags/cache/_attributes/useQueryString.md @@ -1 +1 @@ -Whether to consider the query_string when caching \ No newline at end of file +Whether to consider the query_string when caching, default is `FALSE` with Lucee 7, before this was added, it was always effectively `TRUE` \ No newline at end of file