#1223: Generated action cache configs have caching enabled by default
--------------------+-------------------------------------------------------
Reporter: david | Owner: david
Type: defect | Status: closed
Priority: normal | Milestone: 1.0.3
Component: build | Version: 1.0.2
Severity: minor | Resolution: fixed
Keywords: | Has_patch: 0
--------------------+-------------------------------------------------------
Description changed by david:
Old description:
> Not a biggie, but you get
> {{{
> #!xml
> <?xml version="1.0" encoding="UTF-8"?>
> <ae:configurations
> xmlns:ae="http://agavi.org/agavi/config/global/envelope/1.0"
> xmlns="http://agavi.org/agavi/config/parts/caching/1.0">
> <ae:configuration>
> <caching enabled="false">
> </caching>
> </ae:configuration>
> </ae:configurations>
> }}}
>
> That will cause the Action to be cached if you don't return a View from
> the Action (which is expected behavior itself, but might surprise you
> since you never explicitly enabled caching).
New description:
Not a biggie, but you get
{{{
#!xml
<?xml version="1.0" encoding="UTF-8"?>
<ae:configurations
xmlns:ae="http://agavi.org/agavi/config/global/envelope/1.0"
xmlns="http://agavi.org/agavi/config/parts/caching/1.0">
<ae:configuration>
<caching>
</caching>
</ae:configuration>
</ae:configurations>
}}}
That will cause the Action to be cached if you don't return a View from
the Action (which is expected behavior itself, but might surprise you
since you never explicitly enabled caching).
--
--
Ticket URL: <http://trac.agavi.org/ticket/1223#comment:3>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5
_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets