LruCache.EvictAction<Value>接口 功能描述 从缓存中删除条目时调用的操作。 evict 功能描述 从缓存中删除条目。 语法格式 void evict(Value value) throws SQLException 参数说明 参数名 参数说明 value 待删除条目 返回值 无。