◆ match()
Tracker::match | ( | result | ) |
inline
If object is found in cache, the match function is called.
- Parameters
-
- {object} - result of the track function
- Returns
- {Boolen} whether a match has been made
◆ track()
Tracker::track ( key ) inlineThe track method calls the dataKeyedCache get method, if it receives a result it sends it onto a match function.
- Parameters
-
- {mixed} - key cache key to run through tracker
- Returns
- {boolean} result of tracking