Configuration

Configuration keys for the Solar_Cache_Adapter_Session class.

active

  • (bool) Whether or not the cache should be active at instantiation.

  • Default: true

life

  • (int) The lifetime of each cache entry in seconds.

  • Default: 0

prefix

  • (string) A prefix to place in front of every cache entry key; e.g., use this to deconflict between identical cache keys in caches shared among different domains or environments.

  • Default: null



Local