package com.tri.ui.model; /** * Cache holder. * * @author khennig@pobox.com */ public interface Cache { /** Clears the cache */ void clearCache(); }