Class BundlingNamedCache.RemoveBundler

    • Constructor Detail

      • RemoveBundler

        protected RemoveBundler()
    • Method Detail

      • bundle

        protected Map bundle​(Collection colKeys)
        A pass through the the underlying keySet().removeAll() 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 remove() 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