C# (CSharp) BB.Caching Namespace

Nested Namespaces

BB.Caching.Compression
BB.Caching.Redis
BB.Caching.Tests

Classes

Name Description
Cache Contains the core methods for caching data in memory, redis, or both.
Cache.Memory.Core The core of the in-memory caching which manages a single instance to be re-used.
Cache.Shared.Hashes Commands that apply to key/sub-key/value tuples, i.e. where the item is a dictionary of inner values. This can be useful for modeling members of an entity, for example.
Cache.Shared.Keys Generic commands that apply to all/most data structures
Cache.Shared.Strings Commands that apply to key/value pairs, where the value can be a string, a BLOB, or interpreted as a number
Configuration A class to manage configuration via app config.
ConnectionCollection A collection of connections for a group.
ConnectionElement An element representing a connection.
ConnectionGroupCollection
GroupElement An element representing a connection group.
Hashing.Core Core methods for hashing.
Hashing.Murmur3 Helper functions when using murmur hash.
SharedCache The shared / L2 / redis cache.