aboutsummaryrefslogtreecommitdiff
path: root/plugins/ObjectCacheServer/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ObjectCacheServer/README.md')
-rw-r--r--plugins/ObjectCacheServer/README.md18
1 files changed, 15 insertions, 3 deletions
diff --git a/plugins/ObjectCacheServer/README.md b/plugins/ObjectCacheServer/README.md
index 9465792..c6fb0e5 100644
--- a/plugins/ObjectCacheServer/README.md
+++ b/plugins/ObjectCacheServer/README.md
@@ -1,8 +1,20 @@
# ObjectCacheServer
-*A clustered VNCache object cache server plugin. Provides a high-performance key-value memory cache*
+*A distributed VNCache object cache server plugin. Provides a high-performance key-value memory cache with support for persistence*
-#### Builds
-Debug build w/ symbols & xml docs, release builds, NuGet packages, and individually packaged source code are available on my [website](https://www.vaughnnugent.com/resources/software). All tar-gzip (.tgz) files will have an associated .sha384 appended checksum of the desired download file.
+This is a VNLib.Plugins.Essentials compatible runtime loadable plugin. A sample configuration file is included in the src folder. You should look at the plugin [documentation](https://www.vaughnnugent.com/resources/software/articles?search=plugin) to understand how to configure and load plugins into your VNLib.Webserver or other compatable hosts.
+
+### Dependency notice
+This plugin library requires the use of 3rd party dependencies.
+
+## Builds
+Debug build w/ symbols & xml docs, release builds, NuGet packages, and individually packaged source code are available on my website (link below).
+
+## Docs and Guides
+Documentation, specifications, and setup guides are available on my website.
+
+[Docs and Articles](https://www.vaughnnugent.com/resources/software/articles?tags=docs,_ObjectCacheServer)
+[Builds and Source](https://www.vaughnnugent.com/resources/software/modules/VNLib.Data.Caching)
+[Nuget Feeds](https://www.vaughnnugent.com/resources/software/modules)
## License
Source files in for this project are licensed to you under the GNU Affero General Public License (or any later version). See the LICENSE files for more information. \ No newline at end of file