Class BundlingNamedCache.GetBundler

Enclosing class:
BundlingNamedCache

protected class BundlingNamedCache.GetBundler extends AbstractKeyBundler
  • Constructor Details

    • GetBundler

      protected GetBundler()
  • Method Details

    • 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