relativitydev / Gravity

ORM Framework for Relativity Custom Development
Other
16 stars 10 forks source link

Make caches clearable and disposable #129

Open Arithmomaniac opened 5 years ago

Arithmomaniac commented 5 years ago

Right now, there is no way to manually clear any of the caches (field, choice, MD5). In fact, since the caches share a global MemoryCache as a backing, they can't be cleared by garbage collection either.

KalinaTSD commented 5 years ago

I'm going to present something here as proposal.