cache details says persistent=false.

Hi,

I want the cache entires to be stored for about an year. When i fetch the details of the cache from the URL:

https://api.enterprise.apigee.com/v1/organizations/<orgname>/environments/<envname>/caches/<mycachen...>

I got my cache details and one of the retrieved fields is "persistent": false.

Does this mean my cache entries are not stored in the L2 persistant cache and is stored in only In-Memory cache?

Thanks in advance.

Solved Solved
0 3 404
1 ACCEPTED SOLUTION

Not applicable

@Prashanthi , That property is not in use any more . You can ignore that . Enabling second.level.cache.enabled flag in cache.properties on MPs will cache your data in L2 which is enabled by default . "persistent": false in your cache details doesn't matter .

View solution in original post

3 REPLIES 3

Not applicable

@Prashanthi , That property is not in use any more . You can ignore that . Enabling second.level.cache.enabled flag in cache.properties on MPs will cache your data in L2 which is enabled by default . "persistent": false in your cache details doesn't matter .

Hi Maruti,

Thank you for the information.

@stephen, Thank you for adding the info.

Regards,

K.Prashanthi