1. Correct a consecutive judgment error in the code.
2. Refactor the internal method `Time2Second` to make it more concise and efficient.
3. Use `time.monotonic()` to replace `time.time()` for cache expiration checks.
4. Adjust the formatting and annotations of other minor code sections.
---
1. 修正代码中的一个连续判断错误。
2. 重构内部方法 `Time2Second` 使之更简洁和高效。
3. 使用 `time.monotonic()` 替换 `time.time()` 进行缓存过期检查。
4. 调整其它少量代码格式和注解。
What's Changed
* 2.0.2 by 2018-11-27 in https://github.com/gqylpy/funccache/pull/8
**Full Changelog**: https://github.com/gqylpy/funccache/compare/2.0.1...2.0.2