Re: using modules for caching

2015-12-02 Thread Remi Forax
- Mail original - > De: "Peter Levart" > À: "Jochen Theodorou" , [email protected] > Envoyé: Mercredi 2 Décembre 2015 17:45:59 > Objet: Re: using modules for caching > > > > On 12/02/2015 01:40 PM, Jochen Theodorou wrote: &

Re: using modules for caching

2015-12-02 Thread Peter Levart
On 12/02/2015 01:40 PM, Jochen Theodorou wrote: Hi, I was wondering if it will be possible to reuse module information between runs.. Currently I am collecting a lot of reflective information and use it to build a meta class system, which I then need to do method invocations, what fields ar

using modules for caching

2015-12-02 Thread Jochen Theodorou
Hi, I was wondering if it will be possible to reuse module information between runs.. Currently I am collecting a lot of reflective information and use it to build a meta class system, which I then need to do method invocations, what fields are available and other things like that. Since that c