mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-16 00:05:53 +01:00
14 lines
131 B
ObjectPascal
14 lines
131 B
ObjectPascal
|
unit MVCFramework.View.Cache;
|
||
|
|
||
|
interface
|
||
|
|
||
|
uses
|
||
|
Generics.Collections;
|
||
|
|
||
|
implementation
|
||
|
|
||
|
uses
|
||
|
System.SysUtils;
|
||
|
|
||
|
end.
|