From: nolade Date: Thu, 1 May 2025 19:25:16 +0000 (-0400) Subject: docs: make docsite build fix. Updated cache files (table needed end-delimter) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc3ec287bb5dc3e42b5d13da139a30001f37f565;p=thirdparty%2Ffreeradius-server.git docs: make docsite build fix. Updated cache files (table needed end-delimter) --- diff --git a/doc/antora/modules/reference/pages/raddb/mods-available/cache.adoc b/doc/antora/modules/reference/pages/raddb/mods-available/cache.adoc index 04ca629c817..d337d3b111f 100644 --- a/doc/antora/modules/reference/pages/raddb/mods-available/cache.adoc +++ b/doc/antora/modules/reference/pages/raddb/mods-available/cache.adoc @@ -71,7 +71,7 @@ type:: Htrie backend type | `hash` | Use a hash table | `rb` | Use an rbtree | `trie` | Use a patricia trie - +|=== ### Memcached cache driver diff --git a/raddb/mods-available/cache b/raddb/mods-available/cache index 11d6450dab1..c2aac05a951 100644 --- a/raddb/mods-available/cache +++ b/raddb/mods-available/cache @@ -77,7 +77,7 @@ cache { # | `hash` | Use a hash table # | `rb` | Use an rbtree # | `trie` | Use a patricia trie - # + # |=== # type = "auto" # } @@ -286,12 +286,21 @@ cache { # [options="header,autowidth"] # |=== # | Condition | Description - # | `Cache-TTL` of > `0` | Set the TTL of the entry to the new value - # (and reset the expiry timer). + # | `Cache-TTL` of > `0` | Set the TTL of the entry to the new value # (and reset the expiry timer). # | `Cache-TTL` of < `0` | Expire the existing entry and create a new # one with TTL set to `Cache-TTL` * `-1`. # | `Cache-TTL` of `0` | Expire the existing entry and create a new one. # |=== + +[options="header,autowidth"] +|=== +| Parameter | Description +| %l | request time in seconds since the epoch. +| %M | request time microsecond component. +| %c | current time in seconds since the epoch. +| %C | current time microsecond component. +| &Attribute-Name | for string attributes, parse the string according to `format`, and return the integer value as a Unix timestamp. +|=== # # control.Cache-Status-Only:: If present and set to `yes` will # prevent a new entry from being created, and existing entries from