
com.devonfw.cobigen.tempeng.velocity.runtime.resources.NullResourceCache Maven / Gradle / Ivy
package com.devonfw.cobigen.tempeng.velocity.runtime.resources;
import java.util.Iterator;
import org.apache.velocity.runtime.RuntimeServices;
import org.apache.velocity.runtime.resource.Resource;
import org.apache.velocity.runtime.resource.ResourceCache;
/**
* A non-cache implementation of the ResourceCache interface.
*/
public class NullResourceCache implements ResourceCache {
@Override
public Iterator enumerateKeys() {
return new Iterator
© 2015 - 2025 Weber Informatics LLC | Privacy Policy