Zend Server User Guide > Tasks > Working with Caching > Working with Data Cache

Working with Data Cache

The Data Cache API is used the same way as any other API: By inserting the API functions into your PHP code. The Data Cache component uses an API to cache partial PHP outputs using memory or disk.

Tip:

You can further enhance the performance of your application by caching Web pages that don’t require frequent change.

The Data Cache API includes the following functionality:

 

Read Also

  Data Cache    
  Zend Data Cache - Configuration Directives    
  Zend Data Cache - PHP API