Campustream 1.0
A social network MQP for WPI
|
Public Member Functions | |
__construct ($class, $cache_key, $expire=0, $result=null, $find_all=false) | |
sql ($clause) | |
notify (ActiveRecord $object) | |
Static Public Member Functions | |
static | find ($class, $cache_key, $expire=0) |
static | find_all ($class, $cache_key, $expire=0) |
static | invalidate_keys_for (ActiveRecord $object) |
Definition at line 3 of file activecache.php.
__construct | ( | $ | class, |
$ | cache_key, | ||
$ | expire = 0 , |
||
$ | result = null , |
||
$ | find_all = false |
||
) |
Definition at line 63 of file activecache.php.
static find | ( | $ | class, |
$ | cache_key, | ||
$ | expire = 0 |
||
) | [static] |
Definition at line 11 of file activecache.php.
static find_all | ( | $ | class, |
$ | cache_key, | ||
$ | expire = 0 |
||
) | [static] |
Definition at line 31 of file activecache.php.
static invalidate_keys_for | ( | ActiveRecord $ | object | ) | [static] |
Definition at line 53 of file activecache.php.
notify | ( | ActiveRecord $ | object | ) |
Definition at line 124 of file activecache.php.
sql | ( | $ | clause | ) |
Definition at line 83 of file activecache.php.