| 4 | | <tag name="cache" type="net.stubbles.util.cache.stubCache" /> |
|---|
| 5 | | <abstractTag name="container" abstractType="net.stubbles.util.cache.stubCacheContainer" setter="addContainer" concreteTypeAttribute="type"> |
|---|
| 6 | | <constructor> |
|---|
| 7 | | <attribute name="id" type="string" /> |
|---|
| 8 | | </constructor> |
|---|
| 9 | | </abstractTag> |
|---|
| 10 | | <tag name="fileContainer" type="net.stubbles.util.cache.stubFileCacheContainer" setter="addContainer"> |
|---|
| 11 | | <constructor> |
|---|
| 12 | | <attribute name="id" type="string" /> |
|---|
| 13 | | </constructor> |
|---|
| 14 | | </tag> |
|---|
| 15 | | <tag name="cacheDirectory" type="string" /> |
|---|
| 16 | | <abstractTag name="strategy" abstractType="net.stubbles.util.cache.stubCacheStrategy" setter="setStrategy" concreteTypeAttribute="type" /> |
|---|
| 17 | | <tag name="defaultStrategy" type="net.stubbles.util.cache.stubDefaultCacheStrategy" setter="setStrategy"> |
|---|
| 18 | | <constructor> |
|---|
| 19 | | <attribute name="ttl" type="int" /> |
|---|
| 20 | | <attribute name="maxSize" type="int" /> |
|---|
| 21 | | <attribute name="gcProbability" type="int" /> |
|---|
| 22 | | </constructor> |
|---|
| 23 | | </tag> |
|---|
| | 4 | <tag name="cache" type="net.stubbles.util.cache.stubCache" /> |
|---|
| | 5 | <abstractTag name="container" abstractType="net.stubbles.util.cache.stubCacheContainer" setter="addContainer" concreteTypeAttribute="type"> |
|---|
| | 6 | <constructor> |
|---|
| | 7 | <attribute name="id" type="string" /> |
|---|
| | 8 | </constructor> |
|---|
| | 9 | </abstractTag> |
|---|
| | 10 | <tag name="fileContainer" type="net.stubbles.util.cache.stubFileCacheContainer" setter="addContainer"> |
|---|
| | 11 | <constructor> |
|---|
| | 12 | <attribute name="id" type="string" /> |
|---|
| | 13 | </constructor> |
|---|
| | 14 | </tag> |
|---|
| | 15 | <tag name="cacheDirectory" type="string" /> |
|---|
| | 16 | <abstractTag name="strategy" abstractType="net.stubbles.util.cache.stubCacheStrategy" setter="setStrategy" concreteTypeAttribute="type" /> |
|---|
| | 17 | <tag name="defaultStrategy" type="net.stubbles.util.cache.stubDefaultCacheStrategy" setter="setStrategy"> |
|---|
| | 18 | <constructor> |
|---|
| | 19 | <attribute name="ttl" type="int" /> |
|---|
| | 20 | <attribute name="maxSize" type="int" /> |
|---|
| | 21 | <attribute name="gcProbability" type="int" /> |
|---|
| | 22 | </constructor> |
|---|
| | 23 | </tag> |
|---|
| | 24 | <tag name="xjConfStrategy" type="net.stubbles.util.cache.stubXJConfCacheStrategy" setter="setStrategy"> |
|---|
| | 25 | <constructor> |
|---|
| | 26 | <attribute name="maxSize" type="int" /> |
|---|
| | 27 | <attribute name="gcProbability" type="int" /> |
|---|
| | 28 | </constructor> |
|---|
| | 29 | <tag name="configDirectory" type="string" /> |
|---|
| | 30 | </tag> |
|---|