| EntityCache | Store and retrieve cached entities without hitting the server |
| Memcache | Use the Memcache extension |
| Memcached | Use the Memcached extension |
| Null | Cache that always indicates success but does not store anything |
| Variable | Cache everything locally to the process Values cached this way are not persisted when the process or request ends. |