File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
import { logger } from './application-logger' ;
2
- import { AssignmentCache } from './assignment-cache' ;
2
+ import {
3
+ Cacheable ,
4
+ AssignmentCache ,
5
+ NonExpiringInMemoryAssignmentCache ,
6
+ LRUInMemoryAssignmentCache ,
7
+ } from './assignment-cache' ;
3
8
import { IAssignmentHooks } from './assignment-hooks' ;
4
9
import { IAssignmentLogger , IAssignmentEvent } from './assignment-logger' ;
5
10
import EppoClient , { FlagConfigurationRequestParameters , IEppoClient } from './client/eppo-client' ;
@@ -37,8 +42,13 @@ export {
37
42
HybridConfigurationStore ,
38
43
MemoryOnlyConfigurationStore ,
39
44
40
- //
45
+ // Assignment cache
41
46
AssignmentCache ,
47
+ Cacheable ,
48
+ NonExpiringInMemoryAssignmentCache ,
49
+ LRUInMemoryAssignmentCache ,
50
+
51
+ // Interfaces
42
52
FlagConfigurationRequestParameters ,
43
53
Flag ,
44
54
VariationType ,
You can’t perform that action at this time.
0 commit comments