Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bdelbosc/nuxeo-core-ehcache-mapper
This addon implements a VCS CachingMapper that use a unified ehcache.
https://github.com/bdelbosc/nuxeo-core-ehcache-mapper
Last synced: 4 days ago
JSON representation
This addon implements a VCS CachingMapper that use a unified ehcache.
- Host: GitHub
- URL: https://github.com/bdelbosc/nuxeo-core-ehcache-mapper
- Owner: bdelbosc
- Created: 2012-07-16T14:28:08.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-07-13T07:53:16.000Z (over 7 years ago)
- Last Synced: 2023-03-22T12:26:23.488Z (over 1 year ago)
- Language: Java
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxeo Unified VCS Row Cache
This addon implements a VCS CachingMapper that use a unified ehcache.
This is an EXPERIMENTAL implementation, not for production use.## Configuration
The name of the ehcache is "unifiedVCSCache".
To enable this addon you need to configure the repository by adding the
following configuration in "default-repository-config.xml" inside the "repository"
tag:
/full/path/to/vcs-ehcache.xml
There are 2 examples of ehcache configuration in the
src/main/resources/ directory, there is one that enable the ehcache XA
mode and should provide the same isolation as the default SoftRef
cache.Please refer to [ehcache documentation] [5] for information about the ehcache configuration.
[5]: http://ehcache.org/apidocs/net/sf/ehcache/Cache.html#Cache%28java.lang.String,%20int,%20boolean,%20boolean,%20long,%20long%29
## About Nuxeo
Nuxeo provides a modular, extensible Java-based [open source software platform for enterprise content management] [1] and packaged applications for [document management] [2], [digital asset management] [3] and [case management] [4]. Designed by developers for developers, the Nuxeo platform offers a modern architecture, a powerful plug-in model and extensive packaging capabilities for building content applications.
[1]: http://www.nuxeo.com/en/products/ep
[2]: http://www.nuxeo.com/en/products/document-management
[3]: http://www.nuxeo.com/en/products/dam
[4]: http://www.nuxeo.com/en/products/case-managementMore information on: