自構建多級緩存

一、背景說明         準備使用責任鏈模式,構建多級緩存鏈,依次逐級向下取值,直到取到值爲止。將取到的值再逐級賦值給未取到值的緩存級。 二、定義多級List 鏈路接口類Chain public interface Chain { String get(String key ); } 緩存公用接口 public interface CacheClient { String get(
相關文章
相關標籤/搜索