WithStatusInterface
interface WithStatusInterface (View source)
A contract for a Cache Backend which allows to retrieve its status
Methods
Details
Result
getStatus()
Returns the status of the cache backend
This can be used to test the cache configuration. By default that method is only invoked from CLI so it does not have to be extremely fast and the result can be verbose.