Returns the size of the disk store.
Returns:
the size of the disk store
57 58 59
# File 'lib/vas/gemfire/disk_stores.rb', line 57 def size client.get(location)['size'] end