.

ConfigBinaries Class Reference
[Binaries]

Binaries config options. More...

List of all members.

Public Attributes

const  CACHEHEADER_CLASS = 'BINARIES_CACHEHEADER_CLASS'
  CacheHeaderManager policy for binaries.
const  CLIENT_CACHE_DURATION = 'BINARIES_CLIENT_CACHE_DURATION'
  Time in seconds binaries should be cached at client side.

Detailed Description

Binaries config options.

Since:
0.6.0

Every option can be set through the according APP_ constant, e.g. to define default client cache duratation use APP_BINARIES_CLIENT_CACHE_DURATION

Author:
Gerd Riesselmann

Definition at line 13 of file start.inc.php.


Member Data Documentation

const ConfigBinaries::CACHEHEADER_CLASS = 'BINARIES_CACHEHEADER_CLASS'

CacheHeaderManager policy for binaries.

Class name without CacheHeaderManager, e.g. PrivateLazy for PrivateLazyCacheHeaderManager

Definition at line 26 of file start.inc.php.

const ConfigBinaries::CLIENT_CACHE_DURATION = 'BINARIES_CLIENT_CACHE_DURATION'

Time in seconds binaries should be cached at client side.

Since:
0.5.1

Definition at line 19 of file start.inc.php.


The documentation for this class was generated from the following file: