Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cache): cosmetic cache validation logic
The cache validation logic in `getCache` function has been updated. Previously, it returned the cache data if it ended with `hashComment`. Now, it returns null if the data does not end with `hashComment`, indicating that it's not a valid cache. This change improves the accuracy of cache validation.
- Loading branch information