|
|||||||||||
|
Re: Current plan
From: <rbb(at)covalent.net>
Date: Mon Nov 13 2000 - 11:16:57 EST > So far many of the caching thoughts that have gone past haven't taken
Basically, the current cache is a hack, and we need to remove it. The basic design for the cache should be simple, we are allowed to cache anything, including the output of a php function call. To do this, we have a very light-weight cache framework, that does garbage collection. The actual cache'ing work is done with a single cache filter (basically written and working). To cache to different data stores, you just use a different plug-in to the filter. I am thinking that just the write and read functions need to be replaced for each plug-in. This will look seamless to the user. Oh, I guess we also need to plug-in different remove functions so that we can do GC sanely. Ryan Ryan Bloom rbb@apache.org406 29th St. San Francisco, CA 94131 Received on Mon Nov 13 16:15:30 2000 This archive was generated by hypermail 2.1.8 : Thu Aug 24 2006 - 14:53:13 EDT |
||||||||||
|
|||||||||||