Hello,

I would like to know if there is a way to customize for each object if it
can or can't be in cache ?
Do you think it could be easy to add this functionality so that it could be
added in the respository, like this for example :

   <class-descriptor
          class="Customer"
          table="CUSTOMER"
          in-cache="false">
...
   </class-descriptor>


Like that you could customize which class need to always be up to date
compared to the database and which just need to be loaded one time (static
data).


thanks for your opinion on the subject

JB

Reply via email to