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
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.
-
1Just 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.configDave Wise– Dave Wise2011-07-28 22:23:38 +00:00Commented 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...Brian– Brian2011-07-29 11:47:33 +00:00Commented Jul 29, 2011 at 11:47