class WirisPlugin::S3StorageAndCacheExample

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/com/wiris/plugin/storage/S3StorageAndCacheExample.rb, line 10
def initialize()
    super()
end

Public Instance Methods

codeDigest(content) click to toggle source
# File lib/com/wiris/plugin/storage/S3StorageAndCacheExample.rb, line 15
def codeDigest(content)
    return nil
end
decodeDigest(digest) click to toggle source
# File lib/com/wiris/plugin/storage/S3StorageAndCacheExample.rb, line 18
def decodeDigest(digest)
    return nil
end
deleteCache() click to toggle source
# File lib/com/wiris/plugin/storage/S3StorageAndCacheExample.rb, line 26
def deleteCache()
end
init(obj, config, cache, cacheFormula) click to toggle source
# File lib/com/wiris/plugin/storage/S3StorageAndCacheExample.rb, line 13
def init(obj, config, cache, cacheFormula)
end
retreiveData(digest, service) click to toggle source
# File lib/com/wiris/plugin/storage/S3StorageAndCacheExample.rb, line 21
def retreiveData(digest, service)
    return Bytes::ofString("")::getData()
end
storeData(digest, service, stream) click to toggle source
# File lib/com/wiris/plugin/storage/S3StorageAndCacheExample.rb, line 24
def storeData(digest, service, stream)
end