Re: [campsite-support] apc / cache
  • Please take a look at the files from the [campsite_dir]/classes/cache
    directory: CacheEngine.php and CacheEngine_APC.php.

    CacheEngine_APC.php is a driver for the APC caching library. You can write
    your own driver and put it in the file: CacheEngine_[my_library].php. The
    class name must be CacheEngine_[my_library]

    Once you write your own driver you can set it in the admin interface,
    Configure->System preferences, the Cache Engine field.

    For ease of writing you can just save the CacheEngine_APC.php file as
    CacheEngine_[my_library].php, rename the class and rewrite the content of
    it's methods.

    Mugur


    On Wed, Jul 22, 2009 at 7:49 PM, wrote:

    > Author: gabitzu
    > Link: http://code.campware.org/phorum/read.php?8,7294,7294#msg-7294
    >
    > --------------------------------------------------------------------------------
    >
    > HI,
    >
    > my hositng company is using a differen application for caching.
    >
    > is it possible to change campsite to the new application?
    >
    > any hints?
    >
    > gabi
    >
    > --
    > Sent from Campware Forums
    > http://code.campware.org/phorum
    >