Quick question on CacheDependency:
Can you create a depency on a file (and or path) that doesn't exist
yet? I'd like to place an object in the Cache and make sure that if a
file appears in a directory (that may or may not exist yet) that my
cached object is nulled.
Doable??
Jerry III - 12 Dec 2003 03:39 GMT
AFAIK yes, you can do this. The dependency will get triggered if the file
shows up. Read the docs, I remember seeing it there.
Jerry
> Quick question on CacheDependency:
>
[quoted text clipped - 4 lines]
>
> Doable??