ingo@1127: /* ingo@1127: * Copyright (c) 2010 by Intevation GmbH ingo@1127: * ingo@1127: * This program is free software under the LGPL (>=v2.1) ingo@1127: * Read the file LGPL.txt coming with the software for details ingo@1127: * or visit http://www.gnu.org/licenses/ if it does not exist. ingo@1127: */ ingo@1127: 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: