Class BundlingNamedCache.GetBundler

    • Constructor Detail

      • GetBundler

        protected GetBundler()
    • Method Detail

      • bundle

        protected Map bundle​(Collection colKeys)
        A pass through the the underlying getAll operation.
        Specified by:
        bundle in class AbstractKeyBundler
        Parameters:
        colKeys - a key collection to perform the bundled operation for
        Returns:
        the Map of operation results
      • unbundle

        protected Object unbundle​(Object oKey)
        A pass through the the underlying get operation.
        Specified by:
        unbundle in class AbstractKeyBundler
        Parameters:
        oKey - a key to perform the un-bundled operation for
        Returns:
        the operation result for the specified key, may be null