77. Class

77.1. Zend\Cache\Storage\Adapter\XCacheOptions

These are options specific to the XCache adapter

77.1.1. Methods

77.1.1.1. setNamespaceSeparator

setNamespaceSeparator()

Set namespace separator

Parameters:string
Return type:XCacheOptions

77.1.1.2. getNamespaceSeparator

getNamespaceSeparator()

Get namespace separator

Return type:string

77.1.1.3. setAdminUser

setAdminUser()

Set username to call admin functions

Parameters:null|string
Return type:XCacheOptions

77.1.1.4. getAdminUser

getAdminUser()

Get username to call admin functions

Return type:string

77.1.1.5. setAdminAuth

setAdminAuth()

Enable/Disable admin authentication handling

Parameters:boolean
Return type:XCacheOptions

77.1.1.6. getAdminAuth

getAdminAuth()

Get admin authentication enabled

Return type:boolean

77.1.1.7. setAdminPass

setAdminPass()

Set password to call admin functions

Parameters:null|string
Return type:XCacheOptions

77.1.1.8. getAdminPass

getAdminPass()

Get password to call admin functions

Return type:string