cancel
Showing results for 
Search instead for 
Did you mean: 

CacheAccess instead of Cache Service?

Former Member
0 Kudos

Hi all!

does anybody know how to use the CacheAccess for objects caching instead of out of date Cache Service?

Currently we are using Cache Service (com.sapportals.portal.prt.service.cache.ICacheService) for cross session and cross component object caching in our xApp application, but suddenly we identified some problems with Cache Service under load. It crashed because inner architecture is not thread safe.

And what is more this code is not supported anymore and kept for EP 5.0 compatibility only.

We have recommendations to use JCache (com.sap.ip.basecomps.cache.CacheAccess) instead Cache Service, but we found only java docs for this api .

Does anybody have an example of JCache using for objects caching and any recommendations/issues regarding this API?

Also it would be helpful if anybody know about some other available storage for cross component/session object caching.

Thanks in advance!

Yauheni.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Were you able to use any other caching technique or do we still have to use ICacheService ?

Kindly share any information in this area, as we need it for our application.

Regards,

Melwyn

Former Member
0 Kudos

Is com.sapportals.portal.prt.service.cache.ICacheService supported ?

is