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

Improved caching of sha1 values in a filesystem federation. #380

Closed
wants to merge 2 commits into from

Conversation

mikedurbin
Copy link
Contributor

  1. Changed the extra properties caching to include the sha1 in the jcr:content properties.
  2. Changed the extra properties caching to include the file modification date in the jcr:content properties.
  3. Updated the extra properties cache retrieval to only use the cache value if the file modification date hasn't changed. (support updates outside of the federation)
  4. Updated the extra properties cache to omit the file size (which is easy enough to compute that it shouldn't be cached)

@awoods
Copy link

awoods commented May 25, 2014

Resolved with: d870a1a

Addresses: https://www.pivotaltracker.com/story/show/71707916

@awoods awoods closed this May 25, 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

Successfully merging this pull request may close these issues.

None yet

2 participants