| Index: logdog/common/storage/caching/doc.go
|
| diff --git a/logdog/common/storage/caching/doc.go b/logdog/common/storage/caching/doc.go
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e5b3540189b860f4c3cead54e7c888e636e9a8a7
|
| --- /dev/null
|
| +++ b/logdog/common/storage/caching/doc.go
|
| @@ -0,0 +1,8 @@
|
| +// Copyright 2016 The LUCI Authors. All rights reserved.
|
| +// Use of this source code is governed under the Apache License, Version 2.0
|
| +// that can be found in the LICENSE file.
|
| +
|
| +// Package caching implements a Storage wrapper that implements caching on
|
| +// reads, and is backed by another Storage instance. The caching layer is
|
| +// intentionally simple.
|
| +package caching
|
|
|