2

If I use the Blob Cache, are List Item attachments cached in it? Are there any special considerations for using the Blob Cache with list item attachments?

1 Answer 1

1

At the point in the API where the blob caching mechanism is invoked, a list item attachment looks no different than a library item (...it's a BLOB read). They are absolutely included in the BLOB cache and do not require any special consideration.

2
  • 1
    Just be sure that the file extensions of the items you are expecting to be cached are included in the Blob Cache setting in the web.config Commented Jul 28, 2011 at 22:23
  • Yup, extensions are there. I thought this would be the case, but was traversing the file system on the WFE and wasn't seeing any of the things I was expecting to see... Commented Jul 29, 2011 at 11:47

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.