Ignore:
Timestamp:
May 13, 2008 4:14:53 AM (16 years ago)
Author:
quinn
Message:

Fixed lots of misplings. I'm so embarrassed! ;P

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Cache.inc.php

    r316 r334  
    2323    var $_params = array(
    2424       
    25         // If false nothing will be cached or retreived. Useful for testing realtime data requests.
     25        // If false nothing will be cached or retrieved. Useful for testing realtime data requests.
    2626        'enabled' => true,
    2727
     
    117117
    118118    /**
    119      * Stores a new variable in the session cache. The $key should not be numberic
     119     * Stores a new variable in the session cache. The $key should not be numeric
    120120     * because the array_shift function will reset the key to the next largest
    121121     * int key. Weird behavior I can't understand. For example $cache["123"] will become $cache[0]
     
    169169
    170170    /**
    171      * Retrives an object from the session cache and returns it unserialized.
     171     * Retrieves an object from the session cache and returns it unserialized.
    172172     * It also moves it to the top of the stack, which makes it such that the
    173173     * cache flushing mechanism of putCache deletes the oldest referenced items
Note: See TracChangeset for help on using the changeset viewer.