Skip to content

Commit

Permalink
Added package-info for multicacheadapters package
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Sanino <[email protected]>
  • Loading branch information
saniales committed Jun 19, 2021
1 parent d66dda5 commit c344c47
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions multicache/package-info.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
// Copyright 2021 The Tryvium Company LTD
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

// Package multicacheadapters contains the implementations of
// CacheAdapter and CacheSessionAdapter with the objective of
// accessing multiple cache sources with fallback support.
//
// Just use this adapter and when a cache source errors, it will
// automatically perform the operations on other sources.
package multicacheadapters
4 changes: 2 additions & 2 deletions package-info.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
// along with a MultiCacheProvider struct you can use to access multiple
// cache adapters with an index-based priority mechanism.
//
// If you want to see the specific implementations go to the folder with the
// name of the implementation you are searching (e.g. "redis").
// If you want to see the specific implementations go to the folder with the
// name of the implementation you are searching (e.g. "redis").
package cacheadapters

0 comments on commit c344c47

Please sign in to comment.