Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
InnoRex #1
Site Cache
Dear Friends,
Dreamweaver uses an optional feature called "site cache".
- Can I access the data of this site cache from a dreamweaver extension?
- What kind of information are saved inside this site cache?
- And can I change the caching behaviour of dreamweaver
so that it is saving more information to the cache while caching than normal?
Thank you very much for your answers!
With best regards
InnoRex Guest
-
site.getLocalPathToFiles() doesnt update when site.setCurrentSite() is called
hi, i've been having issues with site.getLocalPathToFiles() getting the wrong sites path can anyone else confirm this? this is what im trying to... -
the remote site of web page is empty how can I moveeverything over from local site?
I am new to using this Dreamweaver 3 software and I cannot update my website, due to the remote site being empty. How can I repopulate the remote... -
menu slice lines appearing on site / site visit/suggestions please TIA
The following site: http://www.peterperret.com/ has a fireworks MX menu set. When mouseover occurs on the menu items (first two are active), it... -
lwp and dns cache
I was wondering if there is anyway of having lwp cache its dns queries. What I am doing is getting dynamic data from various sites every five... -
PHP issues when creating site cache
Hello, I posted to the forum last friday that I was having problems getting DW MX to work correctly.... -
Randy Edmunds #2
Re: Site Cache
No, there's no way to access that cache directly via the JS API.
Please explain more generally what you'd like to do and maybe there's a
different approach or technique for solving it.
Randy
> Dreamweaver uses an optional feature called "site cache".
>
> - Can I access the data of this site cache from a dreamweaver extension?
> - What kind of information are saved inside this site cache?
> - And can I change the caching behaviour of dreamweaver
> so that it is saving more information to the cache while caching than normal?Randy Edmunds Guest
-
InnoRex #3
Re: Site Cache
Thank you for your answer.
I want to access the cache for retrieving a list of all php-functions for a specific file.
But it is not possible you said. - Is there another way?
With best regards
InnoRex Guest
-
Randy Edmunds #4
Re: Site Cache
You'll need to call:
dw.getDocumentDOM(file);
For each file you're interested in, and it will be opened internally and
you'll have access to the file as if it were opened by the user.
I suppose that you could create your own cache (stored in an XML file?),
then compare filedate with a cached filedate to determine if the user
has edited the file since the last time you cached the info (and the
data is valid or stale).
HTH,
Randy
> I want to access the cache for retrieving a list of all php-functions for a specific file.
> But it is not possible you said. - Is there another way?Randy Edmunds Guest



Reply With Quote

