Package io.pebbletemplates.pebble.loader
Class DelegatingLoaderCacheKey
java.lang.Object
io.pebbletemplates.pebble.loader.DelegatingLoaderCacheKey
The delegating loader cache key is used as the cache key for
DelegatingLoader
.
The object stores all cache keys of all loaders. Those keys together builds the key for the delegating loader.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDelegatingLoaderCacheKey
(List<Object> delegatingCacheKeys, String templateName) -
Method Summary
-
Field Details
-
delegatingCacheKeys
-
templateName
-
hashCode
private final int hashCode
-
-
Constructor Details
-
DelegatingLoaderCacheKey
-
-
Method Details