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