ingo@1123: package de.intevation.gnv.geobackend.sde.datasources; ingo@1123: ingo@1123: /** ingo@1123: * This interface is a marker interface. It is used for objects that should ingo@1123: * not be cached. ingo@1123: * ingo@1123: * @author Ingo Weinzierl ingo@1123: */ ingo@1123: public interface Uncacheable { ingo@1123: ingo@1123: } ingo@1123: // vim:set ts=4 sw=4 si et sta sts=4 fenc=utf8: