package com.mogujie.tt.cache; /** * @author seishuchen */ public interface AutoCloseable { void close() throws Exception; }