mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Refactor of the file state cache code. (Part 2 of 2).
Removed the repo specific file state cache code. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@19949 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -284,7 +284,7 @@ public class AVMShareMapper implements ShareMapper, InitializingBean {
|
||||
// Create a dynamic share mapped to the AVM store/version
|
||||
|
||||
AVMContext avmCtx = new AVMContext( name, storePath, storeVersion);
|
||||
avmCtx.enableStateTable( true, m_driver.getStateReaper());
|
||||
avmCtx.enableStateCache( true);
|
||||
|
||||
// Create a dynamic shared device for the store version
|
||||
|
||||
|
Reference in New Issue
Block a user