Granular control over caching

ColdFusion 9 provides better control over caching.

The following features help to improve the performance of your application:

  • Caching page fragments

  • Caching in memory. Memory is now the default cache location.

  • Caching specific objects. Includes the ability to put, get, and flush cached objects.

  • Setting cache dependencies

  • Setting idle timeout

  • Getting metadata about cached objects

For more information, see Optimizing ColdFusion applications.