Hi.
     Based on EO documentation "Cache in memory" allows to store all 
     records from the table - in memory after first time fetch.
     It allows to avoid round trips to the database for "static" data.
     
     Question: is the an easy way of retrieving this data from memory 
     without doing "objectsWithFetchSpecification". I can store this data 
     on WOApplication level. In this case i don't need "cache in memory" in 
     my model.
     
     There should be a way of getting it. ! ? 
     

Reply via email to