Error!
Success!

5 Ways That Postsharp Can SOLIDify Your Code: Caching

0
kicks

5 Ways That Postsharp Can SOLIDify Your Code: Caching  (Unpublished)

Sometimes there's just no way to speed up an operation. Maybe it's dependent on a service that's on some external web server, or maybe it's a very processor intensive operation, or maybe it's fast by itself, but a bunch of concurrent requests would suck up all your resources. There are lots of reasons to use caching. PostSharp itself doesn't provide a caching framework for you (again, PostSharp isn't reinventing the wheel, it's just making it easier to use), but it does provide you with a way to (surprise) reduce boilerplate code, stop repeating yourself, and separate concerns into their own classes.


Kicked By:
Drop Kicked By: