Méthode | Description | |
---|---|---|
add ( $object ) | Add or override a row in the cache. Expects a DomainObject | |
clear ( ) | Clears the entire cache | |
get ( $hash ) : array | Gets a row from the cache, or returns false | |
has ( $hash ) : boolean |
public add ( $object ) |