Class: WirisPlugin::S3StorageAndCacheExample

Inherits:
Object
  • Object
show all
Extended by:
StorageAndCacheInterface
Includes:
Wiris
Defined in:
lib/com/wiris/plugin/storage/S3StorageAndCacheExample.rb

Instance Method Summary collapse

Methods included from StorageAndCacheInterface

StorageAndCache

Constructor Details

#initializeS3StorageAndCacheExample

Returns a new instance of S3StorageAndCacheExample.



10
11
12
# File 'lib/com/wiris/plugin/storage/S3StorageAndCacheExample.rb', line 10

def initialize()
    super()
end

Instance Method Details

#codeDigest(content) ⇒ Object



15
16
17
# File 'lib/com/wiris/plugin/storage/S3StorageAndCacheExample.rb', line 15

def codeDigest(content)
    return nil
end

#decodeDigest(digest) ⇒ Object



18
19
20
# File 'lib/com/wiris/plugin/storage/S3StorageAndCacheExample.rb', line 18

def decodeDigest(digest)
    return nil
end

#deleteCacheObject



26
27
# File 'lib/com/wiris/plugin/storage/S3StorageAndCacheExample.rb', line 26

def deleteCache()
end

#init(obj, config, cache, cacheFormula) ⇒ Object



13
14
# File 'lib/com/wiris/plugin/storage/S3StorageAndCacheExample.rb', line 13

def init(obj, config, cache, cacheFormula)
end

#retreiveData(digest, service) ⇒ Object



21
22
23
# File 'lib/com/wiris/plugin/storage/S3StorageAndCacheExample.rb', line 21

def retreiveData(digest, service)
    return Bytes::ofString("")::getData()
end

#storeData(digest, service, stream) ⇒ Object



24
25
# File 'lib/com/wiris/plugin/storage/S3StorageAndCacheExample.rb', line 24

def storeData(digest, service, stream)
end