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
Hey @telip007, yeah it supports custom objects, they just need to conform to the Cachable protocol as stated in the README. There is also an example in the playground.
Can I cache objects from custom class, for example
class Car{ // methods... }
?The text was updated successfully, but these errors were encountered: