The cache:AbstractCache object is used for custom implementations of the Ballerina cache. Any custom cache implementation should be object-wise similar.
cache:AbstractCache
(string key, any value, int maxAgeInSeconds)
(string key)
()