How to delete cache with specify key name ?
Thanks
How to delete cache with specify key name ?
Thanks
hi can I use it on wordpress site and flash site?
How long new engine delete specific key will be finish.

Does this allow to cache certain parts of a page or no?
I purchased it now. Any suggestions on protecting people from viewing my cache directory.
Will this work for php4?
Hi
Love the script. It’s doing wonders for my project. Just a quick question. How do you cache an array?
For example:
$myArray [] = array (“apples”, “oranges”, “pears”);
Thanks in advance for your help.
Hi
I got this error when i try this line of code:
$Cache->SetVerbose(TRUE);
This is the error I got.
Warning: implode() [function.implode]: Invalid arguments passed in /home/kflash/domains/budlik.com/private_html/classes/Cache.php on line 96
Then I checked Line 96, and this is the code:
echo “—-—-- CACHE VERBOSE --—-—
” . implode(“
”, $this->_verbose_states) . “—-—-- CACHE VERBOSE --—-—
”;
What is wrong here?
I also couldnt get this one to work
Hello, I have no problem with my local computer but when I upload the script over the net, it is not creating the folder.
I decided to use your File Explorer class for creating directories and this time it is creating the folders but the chmod is weird like 244 and owner of the folder is apache.
How can I fix this problem for both of your cache and file explorer class seems to have the same problem.
I also noticed;mkdir($dir, "0755"). Shouldn’t it be mkdir($dir, 0755) ? (well it is not solving my problem anyway).
I don’t want to modify the code and connect to FTP and create folders. I will be glad if you can help me out with this problem.
I solved the problem with folders. I realized I am sending folder1/folder2/... so I had to do following to have recursive folder creation;
mkdir($dir, 0755, 1);
Sitebase does not reply to us? Something happend? He is not answering here, and not reply to emails
I still waiting for you to respond on my emails, and to everyone else, Sitebase is not giving any good support. For any evidence in my statement, feel free to take contact, and I can and will show you full email correspondanse between me and Sitebase. Nothing to hide here.
First of all, keep in mind that the authors here are not required to give support.
Second: I gave you support even while your question is an implementation question. I hope you understand that I can’t give full support for every implementation that someone does with one of my scripts while the scripts only cost a few dollars.
I understand your point of view, and the fact that you could wrote: can’t give support on that, or It’s impossible to implement it the way you want. That’s normal. To go complete silence, is unusual.
To the problem I faced, well It’s impossible with your script, so I solved it some other ways. And to clear things up, myself got 15 years experience in developement on different plattforms. And I thought this simple task should be possible, but it’s not without rewriting big parts of the script.
Great script – up and running within minutes! 
Hi, i am good looking for a simple php class to cache my pages in .html files instead of calling the database for each request.
Does your class implements this ?
Thanks in advance
Hi Sitebase!
Is your script compatible with data coming from API (json and XML formats)? Is the new version available? Don’t see any informations about it.
Thanks in advance!
I’m so interested to purshas this item You seem that you’ve done a great job Can you clarify one point please I would like to cache all the page and get the cache not one attribute I mean One query that save all the page and other Get the page ? Is this possible
Thanks
COPYRIGHT © 2012 ENVATO| TERMS OF USAGE| SUPPORT/HELP| ICONS BY TANGO + WEFUNCTION + FAMFAMFAM
Adobe®, Flash®, Flex®, Fireworks®, Photoshop®, Illustrator®, InDesign® and After Effects® are registered trademarks of Adobe Systems Incorporated.
I’m working on this for the next release.