summaryrefslogtreecommitdiffstats
path: root/store/layered_store_hints.go
blob: 6154af7c9fe9f0f6d2e934d4a992602b137f842e (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.

package store

type LayeredStoreHint int

const (
	LSH_NO_CACHE LayeredStoreHint = iota
	LSH_MASTER_ONLY
)