package com.io.yutian.aulib.redis; @FunctionalInterface public interface RedisCacheSynchronizer { void sync(String data); }