Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does this support any type of caching? #30

Closed
nathanpalmer opened this issue Mar 28, 2014 · 1 comment
Closed

Does this support any type of caching? #30

nathanpalmer opened this issue Mar 28, 2014 · 1 comment

Comments

@nathanpalmer
Copy link

Does this support any type of caching or any thought behind that so far?

@ismasan
Copy link
Owner

ismasan commented Mar 30, 2014

Hi.

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.

@ismasan ismasan closed this as completed Mar 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants