longyuan
longyuan
如何使用?
配置: ``` @Configuration @EnableMethodCache(basePackages = "cn.xxx.xxx") @EnableCreateCacheAnnotation public class JetCacheConfig { final static int CACHE_LIMIT_NUM = 1000; @Bean public SpringConfigProvider springConfigProvider() { SpringConfigProvider provider = new SpringConfigProvider(); return provider; }...
Good job! 
see https://github.com/mrmans0n/smart-adapters/issues/17
RecyclerView.Adapter.getItemId() ``` /** * Return the stable ID for the item at position. If {@link #hasStableIds()} * would return false this method should return {@link #NO_ID}. The default implementation *...
