This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hey guys, I've seen in the documentation where it states that additional cache providers can be supplied (outside of Memcached/.Net System Cache). Is it just a matter of implementing the ICache interface? Would you consider adding an AppFabric/Velocity cache to the core product? Not a big deal to add one if it's just the one interface, just think it's a good product idea. Thanks! Eric |
|
|
Yes, just implement ICache and you should be good to go. Thanks for the suggestion on AppFabric/Velocity -- I'll log a feature request. |
|
|
This was pretty easy to implement, thanks.... One thing that would be nice is cache tag/region support. I know memcached doesn't support this easily, but Velocity does and there are some easy ways to fudge this behavior in System.Cache. It's really nice to be able to easily flush several related objects from cache (perhaps outside of LS even) when an entity in LS is updated. Thanks, Eric |
|