接口 CacheableFilter<P extends Props>

类型参数:
P - The EntityProps type generated by apt
所有超级接口:
Filter<P>
所有已知子接口:
ShardingCacheableFilter<P>

public interface CacheableFilter<P extends Props> extends Filter<P>
Global filter which can work with multi-view cache for java, Kotlin developer should use `KCacheableFilter<E>`