Patrick May wrote:
Tom,

Perfect caching is indeed what I am after. Knowing that you work at Y!, I understand why you need to throw boxes at the problem :)

    With anything else, you need to weight whether or not you need it and
    if it is worth the overhead of implementing it.


Definitely. I want the api to be simple enough to be useful. The pure file-based caching is dead simple, and extremely flexible. The tags-based system has rewards, but also drawbacks (like the need for the backend to run php). I'm trying to get some feedback to find the right balance of simplicity and features.

Even pure file based caching uses tags.
You have to go from:

http://www.mydomain.com/somepath/to/myscript/script.php

To saving a cached file to /some/path/to/my/cache/somecachefile

You can embed your tags in your filename convention
_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

Reply via email to