Question Ponnumani Gurusamy · Aug 12, 2016

Cache with database

Sir, please give a sample program for cache with database . It is useful for my individual learning. 

Comments

David.M · Aug 16, 2016

Please explain what you mean by "with database". You can save data to disk in Cache by assigning to a global, e.g., set ^Foo = "Bar".

0