struct Protocol::CacheStorage::Cache

Overview

Cache identifier.

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_id : CacheId #

An opaque unique id of the cache.


[View source]
def cache_name : String #

The name of the cache.


[View source]
def security_origin : String #

Security origin of the cache.


[View source]