summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_socache_shmcb.xml
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2011-12-06 15:53:23 +0100
committerGraham Leggett <minfrin@apache.org>2011-12-06 15:53:23 +0100
commit3775da21590e1ace41239a58ca71785a7f6843c4 (patch)
treed23db067fe8bfb21cddecf115f53d09e2055c421 /docs/manual/mod/mod_socache_shmcb.xml
parentNetWare build fixes. (diff)
downloadapache2-3775da21590e1ace41239a58ca71785a7f6843c4.tar.xz
apache2-3775da21590e1ace41239a58ca71785a7f6843c4.zip
Create initial documentation for mod_socache_shmcb, mod_socache_dc,
mod_socache_dbm and mod_socache_memcache. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1210951 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_socache_shmcb.xml')
-rw-r--r--docs/manual/mod/mod_socache_shmcb.xml47
1 files changed, 47 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_socache_shmcb.xml b/docs/manual/mod/mod_socache_shmcb.xml
new file mode 100644
index 0000000000..85d5919034
--- /dev/null
+++ b/docs/manual/mod/mod_socache_shmcb.xml
@@ -0,0 +1,47 @@
+<?xml version="1.0"?>
+<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
+<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
+<!-- $LastChangedRevision: 1210261 $ -->
+
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<modulesynopsis metafile="mod_socache_shmcb.xml.meta">
+
+<name>mod_socache_shmcb</name>
+<description>shmcb based shared object cache provider.</description>
+<status>Extension</status>
+<sourcefile>mod_socache_shmcb.c</sourcefile>
+<identifier>mod_socache_shmcb_module</identifier>
+
+<summary>
+ <p><code>mod_socache_shmcb</code> is a shared object cache provider
+ which provides for creation and access to a cache backed by a
+ high-performance cyclic buffer inside a shared memory segment.
+ </p>
+
+ <example>
+ shmcb:/path/to/datafile(512000)
+ </example>
+
+ <p>Details of other shared object cache providers can be found
+ <a href="../socache.html">here</a>.
+ </p>
+
+</summary>
+
+</modulesynopsis>