struct Protocol::CacheStorage::RequestEntries

Overview

Requests data from cache.

Included Modules

Defined in:

protocol/cache_storage.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def cache_data_entries : Array(DataEntry) #

Array of object store data entries.


[View source]
def return_count : Number::Primitive #

Count of returned entries from this storage. If pathFilter is empty, it is the count of all entries from this storage.


[View source]