package com.github.shansun.sparrow.cache.api; /** * @author lanbo <br> * @version 1.0 <br> * @date 2012-8-29 */ public interface TairCache<K, V> extends Cache<K, V> { }