final class ApcuCacheFactory implements CacheFactoryInterface (View source)

Methods

__construct(int $ttl = 0, bool $reloadOnMiss = true, string $prefix = 'mo_')

No description

getInstance(MoParser $parser, string $locale, string $domain)

No description

Details

__construct(int $ttl = 0, bool $reloadOnMiss = true, string $prefix = 'mo_')

No description

Parameters

int $ttl
bool $reloadOnMiss
string $prefix

CacheInterface getInstance(MoParser $parser, string $locale, string $domain)

No description

Parameters

MoParser $parser
string $locale
string $domain

Return Value

CacheInterface