Newer Version Available

This content describes an older version of this product. View Latest

Caching with Storage Service

The Storage Service provides a powerful, simple-to-use caching infrastructure that enhances the user experience on the client. Client applications can benefit from caching data to reduce response times of pages by storing and accessing data locally rather than requesting data from the server. Caching is especially beneficial for high-performance, mostly connected applications operating over high latency connections, such as 3G networks.

Storable actions are the only currently supported type of storage. Storable actions cache server action response values. The storage name must be actions.

Note