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

Extend range of cacheable objects #28

Open
phptek opened this issue Jun 11, 2015 · 0 comments
Open

Extend range of cacheable objects #28

phptek opened this issue Jun 11, 2015 · 0 comments
Milestone

Comments

@phptek
Copy link
Contributor

phptek commented Jun 11, 2015

At present, the type of objects able to be cached is limited to SiteTree, and the cache is primed via a BuildTask or (optionally) on page-load. We need to get out from the confines of SiteTree caching and allow arbitrary lists of DataObjects to be cached.

Off the top of my head, it shouldn't be too hard to pass a class-name or string of comma-separated class-names and have the BuildTask use these, rather than the baked-in SiteTree at present.

@phptek phptek added this to the 1.1 milestone Jun 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant