Class CacheRpc


  • public class CacheRpc
    extends Object
    Interacts the with cache and gets statistics.
    • Method Detail

      • flushAll

        public void flushAll()
      • getCacheMaxEntries

        public int getCacheMaxEntries​(String cacheName)
      • setCacheMaxEntries

        public void setCacheMaxEntries​(String cacheName,
                                       int maxNumElements)
      • putStringMappingInCache

        public void putStringMappingInCache​(String cacheName,
                                            String entryKey,
                                            String value)