]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
docs: make docsite build fix. Updated cache files (table needed end-delimter)
authornolade <nola.aunger@inkbridge.io>
Thu, 1 May 2025 19:25:16 +0000 (15:25 -0400)
committerAlan DeKok <aland@freeradius.org>
Thu, 1 May 2025 20:04:29 +0000 (16:04 -0400)
doc/antora/modules/reference/pages/raddb/mods-available/cache.adoc
raddb/mods-available/cache

index 04ca629c817e390628af071cf30dd81742685bcd..d337d3b111f1008db7b65fc967998b08fe43cc8d 100644 (file)
@@ -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
index 11d6450dab1f7208486af20cdd900643215d32aa..c2aac05a9513358f17c4651b8b219cd8704d79c0 100644 (file)
@@ -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