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
Do you mean something like fragment caching in Rails, where you want to cache partial content within a response object? If so, I think it should be possible to use what's provided in the framework to cache Oat-generated data like anything else (for example using the Rails.cache interface in Rails).
In my own work I try to cache at the HTTP level as much as possible though so I haven't really experimented with this. Any feedback is welcome.
Does this support any type of caching or any thought behind that so far?
The text was updated successfully, but these errors were encountered: