Skip to content

davidames/CacheByAttribute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CacheByAttribute

An attribute based caching system using the DotNet built in ObjectCache as a caching store.

Features

  • Items can be added to and removed from cache by decorating your methods with attributes.
  • Provides API via a static class for adding/removing entries via code.
  • No serialization of entries for maximum performance.
  • Uses PostSharp as the AOP system for maximum performance.
  • Supports multiple cache regions.
  • Max cache-size can be defined per region.
  • Supports per-region statistics tracking of hits/misses/removals with viewing of these statistics via Glimpse plug-in.
  • Open Source – Source code available on GitHub.
  • Released under permissive MIT licence.

See http://www.amescode.com/cachebyattribute/ for usage information.

About

A flexible attribute based caching system using the framework's built in ObjectCache as a caching store.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •