Zend Framework 3 API Reference
Home
Contribute
All Components
→
zendframework/zend-cache
→
Class TotalSpaceCapableInterface
Interface TotalSpaceCapableInterface
Summary
Fully Qualified Name:
Zend\Cache\Storage\TotalSpaceCapableInterface
Description
Methods
Name
Description
Defined By
getTotalSpace()
Get total space in bytes
TotalSpaceCapableInterface
Method Details
getTotalSpace()
Get total space in bytes
Returns: int|float
Top