Class: WirisPlugin::CacheFormulaImpl
- Includes:
- Wiris
- Defined in:
- lib/com/wiris/plugin/impl/CacheFormulaImpl.rb
Instance Attribute Summary
Attributes inherited from CacheImpl
Instance Method Summary collapse
-
#initialize(conf) ⇒ CacheFormulaImpl
constructor
A new instance of CacheFormulaImpl.
Methods inherited from CacheImpl
backwards_compat, backwards_compat=, #delete, #deleteAll, #get, #getAndCheckFolder, #getFileStore, #getFileStoreWithParent, #getFolderStore, #isFormulaFileName, #set, #updateFolderStructure, #updateFoldersStructure
Methods included from CacheInterface
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 |