• 1Installation
  • 2Preliminary Knowledge
  • 3Cache Management
  • 4Config Service
  • 5Config Handlers
  • 6Read Configuration
  • 7Write Configuration
  • 8Integrations

Config.apex

  • Docs
  • Tutorials
Getting started with Config.apex

Installation

Config.apex has a dependency on R.apex.

First, we will include R.apex.

Include Func.cls, R.cls, and RTest.cls(optional) into your Org, and R.apex is ready.

Then, we will include Config.apex.

Include CacheStore.cls, CacheStoreTest.cls(optional), Config.cls and ConfigTest.cls(optional) into your Org, and you are ready to go.

Done