Static Public Member Functions | |
static | getBean ($beanIdentifier) |
static | cacheBean (RedBean_OODBBean $bean, $beanIdentifier) |
static | forgetBean ($beanIdentifier) |
static | forgetAll () |
Caches RedBeans. Currently this cache only persists through the page request.
Definition at line 40 of file RedBeansCache.php.
|
static |
Get a cached model.
Definition at line 47 of file RedBeansCache.php.
|
static |
Cache a model maintaining the bean properties
Definition at line 61 of file RedBeansCache.php.
|
static |
Forget a cached bean.
Definition at line 74 of file RedBeansCache.php.
|
static |
Forget all cached beans.
Definition at line 85 of file RedBeansCache.php.