Last active
December 12, 2015 05:28
-
-
Save rarous/4721338 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<connector id="xxx" useCache="true" maxAge="36000"> | |
<data priority="2"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<connector id="xxx" useCache="true"> | |
<data priority="2" maxAge="36000"> |
Pokud to souvisí dohromady, proč nedát useCache, maxAge a priority pod jeden element? (<data ../>) Ale je fakt, že cache se vztahuje k connectoru, tak useCache bych i nechal u něj.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tohle je součást dotazu. Data se mají zpracovat s prioritou 2 a výsledek může být z cache, ale data nesmějí být starší než maxAge.