mirror of
https://github.com/apache/httpd.git
synced 2025-07-21 23:44:07 +00:00
* 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
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user