Class: WirisPlugin::S3StorageAndCacheExample
- Inherits:
-
Object
- Object
- WirisPlugin::S3StorageAndCacheExample
- Extended by:
- StorageAndCacheInterface
- Includes:
- Wiris
- Defined in:
- lib/com/wiris/plugin/storage/S3StorageAndCacheExample.rb
Instance Method Summary collapse
- #codeDigest(content) ⇒ Object
- #decodeDigest(digest) ⇒ Object
- #deleteCache ⇒ Object
- #init(obj, config, cache, cacheFormula) ⇒ Object
-
#initialize ⇒ S3StorageAndCacheExample
constructor
A new instance of S3StorageAndCacheExample.
- #retreiveData(digest, service) ⇒ Object
- #storeData(digest, service, stream) ⇒ Object
Methods included from StorageAndCacheInterface
Constructor Details
#initialize ⇒ S3StorageAndCacheExample
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 |
#deleteCache ⇒ Object
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 |