forked from TrueCloudLab/frostfs-node
[#5] frost-node: Used generic cache
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
9936b112b8
commit
fdb0affc31
3 changed files with 72 additions and 100 deletions
|
@ -657,8 +657,8 @@ type morphContainerWriter struct {
|
|||
neoClient *cntClient.Client
|
||||
|
||||
cacheEnabled bool
|
||||
eacls *ttlEACLStorage
|
||||
lists *ttlContainerLister
|
||||
eacls ttlEACLStorage
|
||||
lists ttlContainerLister
|
||||
}
|
||||
|
||||
func (m morphContainerWriter) Put(cnr containerCore.Container) (*cid.ID, error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue