Class: WirisPlugin::CacheFormulaImpl

Inherits:
CacheImpl
  • Object
show all
Includes:
Wiris
Defined in:
lib/com/wiris/plugin/impl/CacheFormulaImpl.rb

Instance Attribute Summary

Attributes inherited from CacheImpl

#cacheFolder, #conf

Instance Method Summary collapse

Methods inherited from CacheImpl

backwards_compat, backwards_compat=, #delete, #deleteAll, #get, #getAndCheckFolder, #getFileStore, #getFileStoreWithParent, #getFolderStore, #isFormulaFileName, #set, #updateFolderStructure, #updateFoldersStructure

Methods included from CacheInterface

#Cache

Constructor Details

#initialize(conf) ⇒ CacheFormulaImpl

Returns a new instance of CacheFormulaImpl.



9
10
11
12
# File 'lib/com/wiris/plugin/impl/CacheFormulaImpl.rb', line 9

def initialize(conf)
    super(conf)
    self.cacheFolder = getAndCheckFolder(ConfigurationKeys::FORMULA_FOLDER)
end