Pavalisoft.Caching
1.2.1
A single unified Caching Api for both MemoryCache and DistributedCache implementations including CacheManager
|
Represents the Object to byte array serialiser used while storing cache object in Distributed Cache. More...
Additional Inherited Members | |
![]() | |
JsonSerializer (JsonSerializerSettings settings=default) | |
Creates an instance of JsonSerializer class with json serialization settings More... | |
byte [] | Serialize< T > (T item) |
Serializes the specified Cached Object. | |
Task< byte[]> | SerializeAsync< T > (T item) |
Serializes the specified Cached Object asynchronous. | |
T | Deserialize< T > (byte[] bytes) |
Deserializes the specified bytes to T . | |
Task< T > | DeserializeAsync< T > (byte[] bytes) |
Deserializes the specified bytes to T asynchronously. | |
Represents the Object to byte array serialiser used while storing cache object in Distributed Cache.