Method: Gemfire::DiskStore#last_modified

Defined in:
lib/vas/gemfire/disk_stores.rb

#last_modifiedInteger

Returns the last modified stamp of the disk store.

Returns:

  • (Integer)

    the last modified stamp of the disk store



62
63
64
# File 'lib/vas/gemfire/disk_stores.rb', line 62

def last_modified
  client.get(location)['last-modified']
end