Sunday, November 25, 2018

Satya

<ehcache    
    name="TawnApplicationTravelDataCache">  
    <diskStore        
        path=".\cacheStore\TawnApplicationTravelDataCache"/>  
    <defaultCache        
        maxEntriesLocalHeap="0"/>  
    <cache        
        name="TravelSalesRequest"        
        eternal="true"        
        maxEntriesLocalHeap="100"        
        maxEntriesInCache="30000000"        
        overflowToOffHeap="false"        
        cacheLoaderTimeoutMillis="30000">      
        <persistence            
            strategy="distributed"/>      
        <terracotta            
            consistency="STRONG">          
            <nonstop                
                timeoutMillis="3000000"/>      
        </terracotta>      
        <searchable>          
            <searchAttribute                
                name="premium"                
                class="attributeExtractor.AttributeExtractorEntity"                
                properties=""/>          
            <searchAttribute                
                name="periodTrom"                
                class="attributeExtractor.AttributeExtractorEntity"                
                properties=""/>          
            <searchAttribute                
                name="periodFrom"                
                class="attributeExtractor.AttributeExtractorEntity"                
                properties=""/>          
            <searchAttribute                
                name="policyNo"                
                class="attributeExtractor.AttributeExtractorEntity"                
                properties=""/>          
            <searchAttribute                
                name="requestNo"                
                class="attributeExtractor.AttributeExtractorEntity"                
                properties=""/>      
        </searchable>  
    </cache>  
    <cache        
        name="TravelPolicyDetails"        
        eternal="true"        
        maxEntriesLocalHeap="100"        
        maxEntriesInCache="30000000"        
        overflowToOffHeap="false"        
        cacheLoaderTimeoutMillis="30000">      
        <persistence            
            strategy="distributed"/>      
        <terracotta            
            consistency="STRONG">          
            <nonstop                
                timeoutMillis="3000000"/>      
        </terracotta>      
        <searchable>          
            <searchAttribute                
                name="noOfChild"                
                class="attributeExtractor.AttributeExtractorEntity"                
                properties=""/>          
            <searchAttribute                
                name="eName"                
                class="attributeExtractor.AttributeExtractorEntity"                
                properties=""/>          
            <searchAttribute                
                name="noOfAdults"                
                class="attributeExtractor.AttributeExtractorEntity"                
                properties=""/>          
            <searchAttribute                
                name="reqNo"                
                class="attributeExtractor.AttributeExtractorEntity"                
                properties=""/>          
            <searchAttribute                
                name="dateOfBirth"                
                class="attributeExtractor.AttributeExtractorEntity"                
                properties=""/>          
            <searchAttribute                
                name="winterSports"                
                class="attributeExtractor.AttributeExtractorEntity"                
                properties=""/>          
            <searchAttribute                
                name="creationDate"                
                class="attributeExtractor.AttributeExtractorEntity"                
                properties=""/>          
            <searchAttribute                
                name="relation"                
                class="attributeExtractor.AttributeExtractorEntity"                
                properties=""/>          
            <searchAttribute                
                name="premium"                
                class="attributeExtractor.AttributeExtractorEntity"                
                properties=""/>          
            <searchAttribute                
                name="insurenceType"                
                class="attributeExtractor.AttributeExtractorEntity"                
                properties=""/>          
            <searchAttribute                
                name="aName"                
                class="attributeExtractor.AttributeExtractorEntity"                
                properties=""/>          
            <searchAttribute                
                name="destinationType"                
                class="attributeExtractor.AttributeExtractorEntity"                
                properties=""/>      
        </searchable>  
    </cache>  
    <cache        
        name="TravelRenewalProspective"        
        eternal="true"        
        maxEntriesLocalHeap="100"        
        maxEntriesInCache="30000000"        
        overflowToOffHeap="false"        
        cacheLoaderTimeoutMillis="30000">      
        <persistence            
            strategy="distributed"/>      
        <terracotta            
            consistency="STRONG">          
            <nonstop                
                timeoutMillis="3000000"/>      
        </terracotta>      
        <searchable>          
            <searchAttribute                
                name="periodTo"                
                class="attributeExtractor.AttributeExtractorEntity"                
                properties=""/>          
            <searchAttribute                
                name="premium"                
                class="attributeExtractor.AttributeExtractorEntity"                
                properties=""/>          
            <searchAttribute                
                name="renewalNo"                
                class="attributeExtractor.AttributeExtractorEntity"                
                properties=""/>          
            <searchAttribute                
                name="periodFrom"                
                class="attributeExtractor.AttributeExtractorEntity"                
                properties=""/>          
            <searchAttribute                
                name="policyNo"                
                class="attributeExtractor.AttributeExtractorEntity"                
                properties=""/>      
        </searchable>  
    </cache>  
    <cache        
        name="TravelRenewalPolicyDetails"        
        maxEntriesLocalHeap="100"        
        maxEntriesInCache="30000000"        
        overflowToOffHeap="false"        
        cacheLoaderTimeoutMillis="30000">      
        <persistence            
            strategy="distributed"/>      
        <terracotta            
            consistency="STRONG">          
            <nonstop                
                timeoutMillis="3000000"/>      
        </terracotta>      
        <searchable>          
            <searchAttribute                
                name="noOfChild"                
                class="attributeExtractor.AttributeExtractorEntity"                
                properties=""/>          
            <searchAttribute                
                name="eName"                
                class="attributeExtractor.AttributeExtractorEntity"                
                properties=""/>          
            <searchAttribute                
                name="noOfAdults"                
                class="attributeExtractor.AttributeExtractorEntity"                
                properties=""/>          
            <searchAttribute                
                name="renewalNo"                
                class="attributeExtractor.AttributeExtractorEntity"                
                properties=""/>          
            <searchAttribute                
                name="dateOfBirth"                
                class="attributeExtractor.AttributeExtractorEntity"                
                properties=""/>          
            <searchAttribute                
                name="winterSports"                
                class="attributeExtractor.AttributeExtractorEntity"                
                properties=""/>          
            <searchAttribute                
                name="insuranceType"                
                class="attributeExtractor.AttributeExtractorEntity"                
                properties=""/>          
            <searchAttribute                
                name="creationDate"                
                class="attributeExtractor.AttributeExtractorEntity"                
                properties=""/>          
            <searchAttribute                
                name="relation"                
                class="attributeExtractor.AttributeExtractorEntity"                
                properties=""/>          
            <searchAttribute                
                name="premium"                
                class="attributeExtractor.AttributeExtractorEntity"                
                properties=""/>          
            <searchAttribute                
                name="aName"                
                class="attributeExtractor.AttributeExtractorEntity"                
                properties=""/>          
            <searchAttribute                
                name="destinationType"                
                class="attributeExtractor.AttributeExtractorEntity"                
                properties=""/>      
        </searchable>  
    </cache>  
    <terracottaConfig        
        url="10.24.60.65:9510"        
        rejoin="true"/>
</ehcache>

No comments:

Post a Comment