I've read that we can't use 2nd level caching until we use (explicit) transactions - however, we are using a an Informix system - which for reasons currently beyond our control; an accounting system - we cannot use transactions until we move to SQL server.
Second level caching could greatly improve our performance by cache data that doesn't changed often - is there any way at all to use it with implicit transactions?