Typical Workflow for Creating and Using Caches

To start using caches in Oracle Application Container Cloud Service, refer to the following tasks as a guide.

Task Description More Information
Learn about and use Oracle Application Container Cloud Service. Before using caches, make sure you are familiar with other features of the service. Typical Workflow for Administering Applications in Using Oracle Application Container Cloud Service and Typical Workflow for Developing Applications in Developing for Oracle Application Container Cloud Service
Access the Application Caches web user interface. This is separate from the web user interface for applications. Access Caches in Oracle Application Container Cloud Service
Create a cache service. Create a cache service that applications can access. Create a Cache Service or REST API for Managing Application Caches
Reference the cache URL in your application code. Make sure your application reads the CACHING_INTERNAL_CACHE_URL environment variable at runtime. The Cache URL Environment Variable
Use a Caching API in your application code. You can use the Java API in a Java application. You can call the REST API from any language. Use the Java API for Caching.
Reference a cache service when you deploy your application. You can choose from a list of available cache services during deployment. Reference a Cache During Application Deployment