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
Hello,
is this library usable for caching different type of contents downloaded from internet like images, videos, doc, pdf, etc ?
Can I
cache[hashfile] = contents of file ?
thanks
The text was updated successfully, but these errors were encountered:
Sure you can. However, you'd probably want to create different instances of Cache for different kinds of content. Alternatively, you may create a Cache<Data> and serialize all you content to the Data format.
Hello,
is this library usable for caching different type of contents downloaded from internet like images, videos, doc, pdf, etc ?
Can I
cache[hashfile] = contents of file ?
thanks
The text was updated successfully, but these errors were encountered: