How to cache json files with dispatcher?
our project unique in want cache particular json files. our performance rely on it. seems dispatcher capable of caching html. real bad news if it's impossible.
in our /cache configuration, we'd do:
/rules
{
/0000
{
/glob "*.html"
/type "allow"
}
/0001
{
/glob "*.docache.json"
/type "allow"
}
}
unfortunately, after requesting json file through dispatcher, file not cached @ all, if doing /glob "*" /type "allow"
you can cache extension want me dispatcher including json.
yogesh
More discussions in Archived Spaces
adobe
Comments
Post a Comment