Class CacheFactory


  • public class CacheFactory
    extends Object
    Creates an appropriate statement cache datastructure used in the Resource Adapter.
    Author:
    Shalini M
    • Field Detail

      • _logger

        protected static final Logger _logger
      • localStrings

        protected static final StringManager localStrings
    • Constructor Detail

      • CacheFactory

        public CacheFactory()
    • Method Detail

      • getDataStructure

        public static Cache getDataStructure​(PoolInfo poolInfo,
                                             String cacheType,
                                             int maxSize)
                                      throws jakarta.resource.ResourceException
        Throws:
        jakarta.resource.ResourceException