Interface CacheStrategy.AddToResultFunction

Enclosing interface:
CacheStrategy<T,CacheType,QueryType extends Query<T>>

public static interface CacheStrategy.AddToResultFunction
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(String aggregatorName, int aggregatorIndex, Object object)
     
  • Method Details

    • apply

      void apply(String aggregatorName, int aggregatorIndex, Object object)