Freeze Slice API Reference
EvictorF.ice
Go to the documentation of this file.
1 //
2 // Copyright (c) ZeroC, Inc. All rights reserved.
3 //
4 
5 #pragma once
6 
7 [["cpp:header-ext:h", "cpp:dll-export:FREEZE_API"]]
8 
9 module Freeze
10 {
11 
12 local interface ServantInitializer;
13 local interface BackgroundSaveEvictor;
14 local interface TransactionalEvictor;
15 
16 }
Freeze
Freeze provides automatic persistence for Ice servants.
Definition: BackgroundSaveEvictor.ice:12