MediaWiki
REL1_24
|
Public Member Functions | |
__construct (array $config) | |
Create a new bloom cache instance from configuration. | |
Protected Member Functions | |
doAdd ($key, array $members) | |
doDelete ($key) | |
doGetStatus ($virtualKey) | |
doInit ($key, $size, $precision) | |
doIsHit ($key, $member) | |
doSetStatus ($virtualKey, array $values) |
Definition at line 294 of file BloomCache.php.
EmptyBloomCache::__construct | ( | array $ | config | ) |
Create a new bloom cache instance from configuration.
This should only be called from within BloomCache.
array | $config | Parameters include:
|
Reimplemented from BloomCache.
Definition at line 295 of file BloomCache.php.
References array().
EmptyBloomCache::doAdd | ( | $ | key, |
array $ | members | ||
) | [protected] |
string | $key | |
array | $members |
Reimplemented from BloomCache.
Definition at line 303 of file BloomCache.php.
EmptyBloomCache::doDelete | ( | $ | key | ) | [protected] |
string | $key |
Reimplemented from BloomCache.
Definition at line 311 of file BloomCache.php.
EmptyBloomCache::doGetStatus | ( | $ | key | ) | [protected] |
string | $key |
Reimplemented from BloomCache.
Definition at line 319 of file BloomCache.php.
References array().
EmptyBloomCache::doInit | ( | $ | key, |
$ | size, | ||
$ | precision | ||
) | [protected] |
string | $key | |
integer | $size | Bit length |
float | $precision |
Reimplemented from BloomCache.
Definition at line 299 of file BloomCache.php.
EmptyBloomCache::doIsHit | ( | $ | key, |
$ | member | ||
) | [protected] |
string | $key | |
string | $member |
Reimplemented from BloomCache.
Definition at line 307 of file BloomCache.php.
EmptyBloomCache::doSetStatus | ( | $ | virtualKey, |
array $ | values | ||
) | [protected] |
string | $virtualKey | |
array | $values |
Reimplemented from BloomCache.
Definition at line 315 of file BloomCache.php.