IStrategy.java 166 Bytes
Newer Older
konghaorui committed
1 2 3 4 5 6 7 8 9
package com.ydl.ydlnet.cache.stategy;


/**
 * 作者: 赵成柱 on 2016/9/12 0012.
 */
public interface IStrategy extends IObservableStrategy,IFlowableStrategy {

}