We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11dc329 commit af27c25Copy full SHA for af27c25
1 file changed
src/cls/CDV/Utils.cls
@@ -0,0 +1,20 @@
1
+Class CDV.Utils Extends %Persistent
2
+{
3
+
4
+Storage Default
5
6
+<Data name="UtilsDefaultData">
7
+<Value name="1">
8
+<Value>%%CLASSNAME</Value>
9
+</Value>
10
+</Data>
11
+<DataLocation>^CDV.UtilsD</DataLocation>
12
+<DefaultData>UtilsDefaultData</DefaultData>
13
+<IdLocation>^CDV.UtilsD</IdLocation>
14
+<IndexLocation>^CDV.UtilsI</IndexLocation>
15
+<StreamLocation>^CDV.UtilsS</StreamLocation>
16
+<Type>%Library.CacheStorage</Type>
17
+}
18
19
20
0 commit comments