Informs the engine that the caching should be fast.
Informs the engine that the caching should be fast. Use this flag for time-cruicial caching.
Informs the engine that the data being stored are likely to be really big.
Informs the engine that the data being stored are likely to be really big. By the term really big, we are talking for more than 100kb of data.
Informs the engine that the data should be permanately preserved on cache.
Informs the engine that the data should be permanately preserved on cache. Use this if you are caching structures that are not likely to change (such as configuration or file contents).
Informs the engine that the data should be preserved only for this session.
Informs the engine that the data should be preserved only for this session.
Informs the engine that the data should be stored on a temprary media, and they can expire by the end of the script execution.
Informs the engine that the data should be stored on a temprary media, and they can expire by the end of the script execution.