summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2023-11-22 10:03:34 +0100
committerJoe Orton <jorton@apache.org>2023-11-22 10:03:34 +0100
commit6781ce90afc6476fae124eac0bd303414ec38268 (patch)
treeacf439d4ec004d7fc688a21dcb43adb68d0734dc /include
parentmod_xml2enc: remove dependency on xmlstring header (diff)
downloadapache2-6781ce90afc6476fae124eac0bd303414ec38268.tar.xz
apache2-6781ce90afc6476fae124eac0bd303414ec38268.zip
* include/ap_socache.h: Update comment only, to remove reference to
session cache. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1914035 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/ap_socache.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/ap_socache.h b/include/ap_socache.h
index e404d2d463..5721edc013 100644
--- a/include/ap_socache.h
+++ b/include/ap_socache.h
@@ -94,9 +94,10 @@ typedef struct ap_socache_provider_t {
unsigned int flags;
/**
- * Create a session cache based on the given configuration string.
- * The instance pointer returned in the instance parameter will be
- * passed as the first argument to subsequent invocations.
+ * Create a small object cache based on the given configuration
+ * string. The instance pointer returned in the instance
+ * parameter will be passed as the first argument to subsequent
+ * invocations.
*
* @param instance Output parameter to which instance object is written.
* @param arg User-specified configuration string. May be NULL to