# Variables

DummyTTL represents a dummy TTL to put in test operations when needed.
ErrTestingFailureCheck will come out if returned by a test mock which errors on purpose.
InvalidTTL represents a dummy TTL to put in test operations when needed.
The test key used to test the Delete operations.
The test key used to test the Get operations.
The test key used to test the Set operations.
The test key used to test the SetTTL operations.
The test value being Set.
The Test value as JSON string.
ZeroTTL represents a dummy TTL initialized to a zero value to put in test operations when needed.

# Structs

CacheAdapterTestSuite contains some methods to run common tests in an isolated suite.
TestStruct is just an example struct to check if the json marchalling and unmarshalling are correct in all tests.