You are here

protected property ApcuRawBackend::$binPrefix in Supercache 2.0.x

Same name and namespace in other branches
  1. 8 src/Cache/ApcuRawBackend.php \Drupal\supercache\Cache\ApcuRawBackend::binPrefix

Prefix for all keys in this cache bin.

Includes the site-specific prefix in $sitePrefix.

Type: string

File

src/Cache/ApcuRawBackend.php, line 77
Contains \Drupal\supercache\Cache\ApcuRawBackend.

Class

ApcuRawBackend
Stores cache items in the Alternative PHP Cache User Cache (APCu).

Namespace

Drupal\supercache\Cache

Code

protected $binPrefix;