com.mitchellbosecke.pebble.loader.DelegatingLoaderCacheKey Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pebble Show documentation
Show all versions of pebble Show documentation
Templating engine for Java.
package com.mitchellbosecke.pebble.loader;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
/**
* The delegating loader cache key is used as the cache key for {@link DelegatingLoader}.
*
*
* The object stores all cache keys of all loaders. Those keys together builds the key for the
* delegating loader.
*
* @author Thomas Hunziker
*/
public final class DelegatingLoaderCacheKey {
private final List