I can’t find any document for this cache system and I have some questions.
-
What is the main reason of using
DbEntityCache
andCachedDbEntity
Class that implementsDbEntity
? -
How can disable or modify this feature?
-
There is a method in
CachedDbEntity
that namedgetId()
. this method returns theid
of table in database. but if there is two table with same names in different schemas, this method returns two table with just one of the schemas. (default one)