| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of goo (2) | > | Mission progress status | > | Reputation |
|
||||||||||||||||||||||||||||||
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| ||||
| This class can cache the output or returned value of a function. It can execute a given function and capture its output or return value to cache it for a given period of time in a cache file. The class returns the cached value if it was previously stored and the cache did not expire. |
| ||||
| This class implements a simple dependency injection container. It extends the ArrayObject class to store values with given keys that can be either callable functions or scalar values. When retrieving a value with a given key from the class, it checks if it is a callable and will call it when it is the case. Otherwise it will return the value as is. |
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |