Alternative to CacheConfig in JBoss EAP 7.2

Posted on

JBoss EAP 4.3 had CacheConfig in org.jboss.annotation.ejb.cache.simple package - this was used to configure max size, idle timeout and removal timeout for caching of Stateful Session Beans.
However it is not available in JBoss EAP 7.2.
Can you please let me know the alternative for CacheConfig in JBoss 7.2?

Thanks.

Responses