-
Notifications
You must be signed in to change notification settings - Fork 0
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
Write up LDF Cache Clearing Problem #27
Comments
I think this is related to the work Lynette has been doing to define / configure cache expiration behavior. See her branch of Linked Data Fragments https://github.com/ActiveTriples/linked-data-fragments/tree/cache_config/config working stemming from this issue ActiveTriples/linked-data-fragments#31 and follow-up discussions on applied linked data group. |
Engaging with the discussion on ActiveTriples/linked-data-fragments#31 seems like the right move. I think I can write up a proposal based on what's discussed there already. |
Approaches for cache control:
In any of these three cases, questions that need to be answered include:
I think that's the general shape of the problem. |
The ActiveTriples::LinkedDataFragments implementation doesn't provide a way to clear individual resources from the cache. This makes invalidation hard. It's not obvious how to handle this in the current implementation.
This ticket is to get a more complete write-up of the problems into an issue on the LDF repository and raise it for discussion in the Applied Linked Data WG.
The text was updated successfully, but these errors were encountered: