aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL/ObservablesContextInMemoryCachingMode.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-02-27 16:49:42 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-02-27 16:49:42 +0200
commit2ab54573d10ca59351100ab8416178be2223fc91 (patch)
tree9a5077998e301c1e86cf00b07ea98eca501fc4a8 /Software/Visual_Studio/Tango.BL/ObservablesContextInMemoryCachingMode.cs
parent88a73106e8113a4a6ce224f9205e11219939798e (diff)
downloadTango-2ab54573d10ca59351100ab8416178be2223fc91.tar.gz
Tango-2ab54573d10ca59351100ab8416178be2223fc91.zip
Added support for caching on machine studio.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/ObservablesContextInMemoryCachingMode.cs')
-rw-r--r--Software/Visual_Studio/Tango.BL/ObservablesContextInMemoryCachingMode.cs15
1 files changed, 15 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.BL/ObservablesContextInMemoryCachingMode.cs b/Software/Visual_Studio/Tango.BL/ObservablesContextInMemoryCachingMode.cs
new file mode 100644
index 000000000..e0611a1de
--- /dev/null
+++ b/Software/Visual_Studio/Tango.BL/ObservablesContextInMemoryCachingMode.cs
@@ -0,0 +1,15 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace Tango.BL
+{
+ public enum ObservablesContextInMemoryCachingMode
+ {
+ None,
+ Absolute,
+ Relative
+ }
+}