Method | Description | |
---|---|---|
getAllIniPartCacheSubKeys ( ) : array | Gets all sub keys for the inipart cache files | |
getAllPatternCacheSubkeys ( ) : array | Gets all subkeys for the pattern cache files | |
getIniPartCacheSubKey ( string $string ) : string | Gets the sub key for the ini parts cache file, generated from the given string | |
getPatternCacheSubkey ( string $string ) : string | Gets the subkey for the pattern cache file, generated from the given string |
public static getAllIniPartCacheSubKeys ( ) : array | ||
return | array |
public static getAllPatternCacheSubkeys ( ) : array | ||
return | array |
public static getIniPartCacheSubKey ( string $string ) : string | ||
$string | string | |
return | string |
public static getPatternCacheSubkey ( string $string ) : string | ||
$string | string | |
return | string |