Details
-
Wish
-
Status: Open
-
Major
-
Resolution: Unresolved
-
DataMapper 1.6.2
-
None
-
None
-
.net 2.0/vs2005
Description
On CacheModels, there is a feature to flush all objects, when ticks are greater then flushInterval. But sometimes, we should have a new feature to set one object dirty; flushing all Objects will be heavy.
i think there would be a new feature TimeOut that like FlushInterval: when one object in caches timeout is greater than timeoutInterval, then set the object dirty, so app will be got a null.