cancel
Showing results for 
Search instead for 
Did you mean: 

How cache webservice?

alessandro_p
Champ in-the-making
Champ in-the-making
Hi at all !

I'd like to know how cache web-service.
I found on the wiki this article: http://wiki.alfresco.com/wiki/Repository_Cache_Configuration

I see that in the log output there's a line with: webservice.QuerySessionCache but this is not a class.

  <!– approx 50MB memory required –>
    <cache
        name="org.alfresco.repo.domain.hibernate.NodeImpl.childAssocs"
        maxElementsInMemory="25000"
        eternal="true"
        timeToIdleSeconds="0"
        timeToLiveSeconds="0"
        overflowToDisk="false"
        />
which class name I have to specify  in this section ?

In other words how do I specify the cache for webservice ? this article is not very clean for me.
thanks in advance!
1 REPLY 1

openpj
Elite Collaborator
Elite Collaborator
I think that you can change repository cache settings that it allows you to tune your Alfresco for your tipical use, not only for a specific application interface.
So in this way you can use all the memory available on your machines using all the ways to call repository.
This settings allow you to enjoy of this tuning from all the Alfresco interfaces (WS, WebScripts, JSF Client, CMIS, JCR, etc..).

Hope this helps.