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
Is your feature request related to a problem? Please describe.
Consumer App code gets a bit hard to read with so much try/cath. This is a readability preference.
Describe the solution you'd like
Return a KacheResult<T, E> that will have the cached value when successful and a specific family of errors when not. Errors could be, from IO errors like CacheCorrupted, or time errors like CacheExpied, or capacity errors like EntryRemovedDueToCapacityLimit
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Consumer App code gets a bit hard to read with so much try/cath. This is a readability preference.
Describe the solution you'd like
Return a KacheResult<T, E> that will have the cached value when successful and a specific family of errors when not. Errors could be, from IO errors like CacheCorrupted, or time errors like CacheExpied, or capacity errors like EntryRemovedDueToCapacityLimit
The text was updated successfully, but these errors were encountered: