Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
There are use cases where applications often request a bunch of small files from a CMIS repository (like e.g. icons for their webapp).
It would be helpful if OpenCMIS would a provide a cache for the content of files in a similar way it already provides a cache for the metadata of files.
Ideally this cache would:
- be bound to the current cmis session so that it goes along with the metadata cache
- be configurable in terms of size (e.g. I want to cache no more than 500MB)
- result in no http remote calls at all for cached objects (if metadata & content was cached for one particular object)