ALF-9613: configuration changes for ContentCachingStore, bug fixes, more tests.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@29803 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Matt Ward
2011-08-16 17:20:05 +00:00
parent 5d7e3e52be
commit 744ec79aea
8 changed files with 279 additions and 40 deletions

View File

@@ -37,7 +37,7 @@ import org.alfresco.service.cmr.repository.ContentWriter;
* <p>
* Content URLs must consist of a prefix or protocol followed by an
* implementation-specific identifier. For example, the content URL format
* for file stores is <b>store://year/month/day/GUID.bin</b> <br>
* for file stores is <b>store://year/month/day/hour/minute/GUID.bin</b> <br>
* <ul>
* <li> <b>store://</b>: prefix identifying an Alfresco content stores
* regardless of the persistence mechanism. </li>