You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(cache): refactor cache validation and storage
The cache validation and storage mechanism has been refactored. The
`StoreData` interface and `isStoreData` function have been removed. The
cache data is now directly read from the file and validated by checking
if it ends with a specific hash comment. The cache data is stored along
with this hash comment. The hash comment is generated using the `typia`
version and the cache key. The tests have been updated to reflect these
changes.
0 commit comments