Class ArrayParameterCache

  • All Implemented Interfaces:
    ParameterCache

    public class ArrayParameterCache
    extends Object
    implements ParameterCache
    This is another implementation of the parameter cache using arrays to store primitive values (instead of storing Value).

    It should consume less memory than ParameterCacheImpl in case of large number of parameter values.