DocSpace-buildtools/common/ASC.Core.Common/protos/quota_cache_item.proto

7 lines
96 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
package ASC.Core.Caching;
message QuotaCacheItem {
string key = 1;
}