How can we set cache resources and cache entry infinite i.e. it should never expire .

My requirement is to set cache resource and cache entry for infinite time . I have set it to -1 in populate cache the expiry time but it is getting clear automatically in 5 min almost . I have no clue why it is happing . below is the xml .

<PopulateCache enabled="true" continueOnError="false" async="false" name="SaveJWEInCache"> <CacheResource>cache_details</CacheResource> <Source>cacheInput</Source> <Scope>Global</Scope> <CacheKey> <KeyFragment ref="developer.app.id"></KeyFragment> <KeyFragment ref="botInstance"></KeyFragment> </CacheKey> <ExpirySettings> <TimeoutInSec ref="expiry_token"></TimeoutInSec> </ExpirySettings> </PopulateCache>

cache_details -- this is cache resource that I have set it to -1 .

In expiry_token ref i have set -1 as value that i am picking from KVM .

0 0 28
0 REPLIES 0